kopia lustrzana https://github.com/Hamlib/Hamlib
Fix segfault when using rig_get_info stacked calls
rigctl get_vfo_info VFOA get_vfo_info VFOBpull/712/head
rodzic
2acbd22173
commit
39951dc288
|
@ -1738,7 +1738,7 @@ readline_repeat:
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_TRACE, "%s: retcode=%d\n", __func__, retcode);
|
rig_debug(RIG_DEBUG_TRACE, "%s: retcode=%d\n", __func__, retcode);
|
||||||
#ifdef HAVE_LIBREADLINE
|
#ifdef HAVE_LIBREADLINE
|
||||||
if ((result = strtok(NULL, " "))) goto readline_repeat;
|
if (input_line != NULL && (result = strtok(NULL, " "))) goto readline_repeat;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (sync_cb) { sync_cb(0); } /* unlock if necessary */
|
if (sync_cb) { sync_cb(0); } /* unlock if necessary */
|
||||||
|
|
Ładowanie…
Reference in New Issue