diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-29 22:17:28 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-09-29 22:17:28 +0200 |
commit | fa756339d4204bff7f2820067f58214d32780d17 (patch) | |
tree | b2e4aa0963db50808b29744fed340b93d496fde9 /spectro/inst.h | |
parent | c0b89ac5bfb90835ef01573267020e42d4fe070c (diff) |
Imported Upstream version 1.8.2upstream/1.8.2
Diffstat (limited to 'spectro/inst.h')
-rw-r--r--[-rwxr-xr-x] | spectro/inst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spectro/inst.h b/spectro/inst.h index 00dd9b3..d47f7ea 100755..100644 --- a/spectro/inst.h +++ b/spectro/inst.h @@ -390,6 +390,7 @@ typedef struct _inst_disptypesel { /* Private: */ int ix; /* Internal index, */ + char isel[INST_DTYPE_SEL_LEN]; /* String of potential selector characters */ // Stuff for ccss & ccmx char *path; /* Path to ccss or ccmx. NULL if not valid */ |