kopia lustrzana https://github.com/Hamlib/Hamlib
Fix compilation warnings in kenwood.c
rodzic
6da2cf2eeb
commit
2f53ae58e4
|
@ -232,7 +232,7 @@ int kenwood_transaction(RIG *rig, const char *cmdstr, char *data,
|
|||
verification may need a longer
|
||||
buffer than the user supplied one */
|
||||
char cmdtrm_str[2]; /* Default Command/Reply termination char */
|
||||
int retval;
|
||||
int retval = -RIG_EINTERNAL;
|
||||
char *cmd;
|
||||
int len;
|
||||
int retry_read = 0;
|
||||
|
|
Ładowanie…
Reference in New Issue