fix warning (WIP)

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2753 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.10
Stéphane Fillod, F8CFE 2009-11-01 22:35:57 +00:00
rodzic ecd340349a
commit 49e446d105
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -255,6 +255,7 @@ static int send_command(RIG *rig, const char *cmdstr, size_t buflen)
int ret;
if (rig->state.rigport.type.rig == RIG_PORT_NETWORK) {
ret = -RIG_ENIMPL;
} else {
/* IPC */
ret = write_block (&rig->state.rigport, cmdstr, buflen);