diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-23 12:22:51 +0200 |
commit | bc3604d9b226ac475a104cd8ae2ca2d1d4a27984 (patch) | |
tree | e796661f371a94a50edfdc693388bb911b253dfd /spectro/munki.c | |
parent | 509016be676f7915d635fa57144d2a441e3090ca (diff) | |
parent | c0b89ac5bfb90835ef01573267020e42d4fe070c (diff) |
Merge new upstream release
Diffstat (limited to 'spectro/munki.c')
-rwxr-xr-x[-rw-r--r--] | spectro/munki.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spectro/munki.c b/spectro/munki.c index cc875c9..57f5ce8 100644..100755 --- 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); |