Fix compile warning in sdrsharp.c

pull/1242/head
Mike Black W9MDB 2023-01-27 17:39:14 -06:00
rodzic 41a8a50e65
commit 5c36bef6c2
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -39,8 +39,8 @@
#define FALSE 0
#define MAXCMDLEN 8192
#define MAXXMLLEN 8192
#define MAXCMDLEN 128
#define MAXXMLLEN 128
#define MAXARGLEN 128
#define MAXBANDWIDTHLEN 4096