X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Futils.c;h=12ae21aec54214dde3cd013eaf54956e36e0ebd9;hb=56371803b11c557e07ae968bef34b178b518139d;hp=29bf970905d58ffdcba9fe68cc7c62526fc9430e;hpb=906814431bddeb2061825fa1ebad1a967b6d87a9;p=ppp.git 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); } } }