This commit is contained in:
Kuba 2024-02-14 11:24:46 +01:00 committed by GitHub
parent 2f8e54a71b
commit 23b5f23e7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ int main(int argc, char **argv) {
} else if(strcmp("-rdbscallsign", arg)==0 && param != NULL) {
i++;
// pi = callsignToPI(arg);
printf((char*)callsignToPI(arg);)
printf((char*)callsignToPI(arg))
} else if(strcmp("-ps", arg)==0 && param != NULL) {
i++;
ps = param;