summaryrefslogtreecommitdiffstats
path: root/ax25rtd/ax25rtctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25rtd/ax25rtctl.c')
-rw-r--r--ax25rtd/ax25rtctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25rtd/ax25rtctl.c b/ax25rtd/ax25rtctl.c
index 60cca95..d54e235 100644
--- a/ax25rtd/ax25rtctl.c
+++ b/ax25rtd/ax25rtctl.c
@@ -306,8 +306,8 @@ static void debug(void)
int main(int argc, char **argv)
{
int sock, cmd, k, len;
- unsigned char buf[256];
int opt_ind = 0;
+ char buf[256];
long when;
cmd = getopt_long(argc, argv, sopts, lopts, &opt_ind);