diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-03 20:38:41 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-12-03 20:38:41 +0100 |
commit | ba627dd9ecb578e9852c7b9cce67ec63199d1acf (patch) | |
tree | 27c4258311ca8c8ed7ff67a8a0bc7280e8fcae79 /spectro/instappsup.c | |
parent | 69aec3b712232e93600ecd741269fed1f90b412a (diff) | |
parent | 3abb40d43649adb3807180692d8579c405524675 (diff) |
Merge branch 'release/2.0.0+repack-1'2.0.0+repack-1
Diffstat (limited to 'spectro/instappsup.c')
-rwxr-xr-x[-rw-r--r--] | spectro/instappsup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spectro/instappsup.c b/spectro/instappsup.c index fc550b4..6c3dd68 100644..100755 --- a/spectro/instappsup.c +++ b/spectro/instappsup.c @@ -27,6 +27,7 @@ #include "sa_config.h" #endif /* !SALONEINSTLIB */ #include "numsup.h" +#include "cgats.h" #include "xspect.h" #include "conv.h" #include "insttypes.h" @@ -504,7 +505,7 @@ inst2_capability inst_show_disptype_options(FILE *fp, char *oline, icompaths *ic strcat(extra, "]"); } - fprintf(fp, "%s%s: %s%s\n",buf, inst_sname(it->itype), sels[j].desc, extra); + fprintf(fp, "%s%s: %s%s\n",buf, inst_sname(it->dtype), sels[j].desc, extra); if (j == 0) { for (m = 0; m < pstart; m++) |