X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Futils.c;h=12ae21aec54214dde3cd013eaf54956e36e0ebd9;hp=29bf970905d58ffdcba9fe68cc7c62526fc9430e;hb=d8e8d7a74b791743ad67e8bdba10508b0f901beb;hpb=906814431bddeb2061825fa1ebad1a967b6d87a9 diff --git a/pppd/utils.c b/pppd/utils.c index 29bf970..12ae21a 100644 --- a/pppd/utils.c +++ b/pppd/utils.c @@ -59,7 +59,6 @@ #include "fsm.h" #include "lcp.h" -static const char rcsid[] = RCSID; #if defined(SUNOS4) extern char *strerror(); @@ -625,7 +624,7 @@ print_string(p, len, printer, arg) printer(arg, "\\t"); break; default: - printer(arg, "\\%.3o", c); + printer(arg, "\\%.3o", (unsigned char) c); } } }