kopia lustrzana https://github.com/Hamlib/Hamlib
Hopefully fix codeql warning about cleartext storage of sensitive information
rodzic
89383a553a
commit
57c5047c3e
|
@ -1406,7 +1406,8 @@ int ampctl_parse(AMP *my_amp, FILE *fin, FILE *fout, char *argv[], int argc)
|
|||
}
|
||||
else
|
||||
{
|
||||
fprintf(fout, "%s: error = %s\n", cmd_entry->name, rigerror(retcode));
|
||||
fprintf(fout, "error = %s\n", rigerror(retcode));
|
||||
//fprintf(fout, "%s: error = %s\n", cmd_entry->name, rigerror(retcode));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Ładowanie…
Reference in New Issue