summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
Diffstat (limited to 'ax25')
-rw-r--r--ax25/axparms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/axparms.c b/ax25/axparms.c
index 71724f7..a3795e3 100644
--- a/ax25/axparms.c
+++ b/ax25/axparms.c
@@ -139,7 +139,7 @@ PROC_AX25_ROUTE_FILE);
return 1;
}
while (fgets(routebuf,80,fp))
- printf(routebuf);
+ printf("%s", routebuf);
puts("");
}