mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Add debug to rigctl_parse.c chasing down Flex bug
This commit is contained in:
parent
64c2bc27b3
commit
32082a14d6
1 changed files with 1 additions and 0 deletions
|
|
@ -489,6 +489,7 @@ static int scanfc(FILE *fin, const char *format, void *p)
|
|||
}
|
||||
}
|
||||
|
||||
if (ret < 1) rig_debug(RIG_DEBUG_TRACE, "%s: ret=%d\n", __func__, ret);
|
||||
return ret;
|
||||
}
|
||||
while (1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue