From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- spectro/munki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 spectro/munki.c (limited to 'spectro/munki.c') diff --git a/spectro/munki.c b/spectro/munki.c old mode 100644 new mode 100755 index cc875c9..57f5ce8 --- a/spectro/munki.c +++ b/spectro/munki.c @@ -972,7 +972,7 @@ extern munki *new_munki(icoms *icom, instType itype) { p->del = munki_del; p->icom = icom; - p->itype = icom->itype; + p->itype = itype; /* Preliminary capabilities */ munki_determine_capabilities(p); -- cgit v1.2.3