kopia lustrzana https://github.com/Hamlib/Hamlib
Fix 2nd arg prompt for rigctl
https://github.com/Hamlib/Hamlib/issues/447 https://github.com/Hamlib/Hamlib/issues/339pull/527/head^2
rodzic
9c3a12c6f0
commit
1d8a010493
|
@ -995,16 +995,12 @@ int rigctl_parse(RIG *my_rig, FILE *fin, FILE *fout, char *argv[], int argc,
|
|||
{
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: debug7\n", __func__);
|
||||
|
||||
#if 0 // was printing Reply: twice
|
||||
|
||||
if (prompt)
|
||||
{
|
||||
rig_debug(RIG_DEBUG_TRACE, "%s: debug8\n", __func__);
|
||||
fprintf_flush(fout, "%s: ", cmd_entry->arg2);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
if (scanfc(fin, "%s", arg2) < 1)
|
||||
{
|
||||
rig_debug(RIG_DEBUG_WARN, "%s: nothing to scan#9?\n", __func__);
|
||||
|
|
Ładowanie…
Reference in New Issue