diff options
Diffstat (limited to 'spectro/huey.c')
-rwxr-xr-x[-rw-r--r--] | spectro/huey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spectro/huey.c b/spectro/huey.c index 79d0284..79f8089 100644..100755 --- a/spectro/huey.c +++ b/spectro/huey.c @@ -1744,7 +1744,7 @@ extern huey *new_huey(icoms *icom, instType itype) { p->del = huey_del; p->icom = icom; - p->itype = icom->itype; + p->itype = itype; icmSetUnity3x3(p->ccmat); /* Set the colorimeter correction matrix to do nothing */ p->dtech = disptech_unknown; |