Increase msg size

pull/608/head
Michael Black W9MDB 2021-03-09 17:29:29 -06:00
rodzic f7f6ea318e
commit 74a10af560
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -305,7 +305,7 @@ const char *HAMLIB_API rigerror(int errnum)
return "ERR_OUT_OF_RANGE";
}
static char msg[DEBUGMSGSAVE_SIZE * 2];
static char msg[DEBUGMSGSAVE_SIZE * 3];
// we have to remove LF from debugmsgsave since calling function controls LF
char *p = &debugmsgsave[strlen(debugmsgsave) - 1];