X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppdump%2Fpppdump.c;h=87c2e8f1ac69e95ca080058ad403975ea10a76ba;hp=95e692c8774af4513747d7f7ae0f22810b5db6fe;hb=99c46caaed01b7edba87962aa52b77fad61bfd7b;hpb=a75742c5e72fa5718e57d77586887d58755feebe diff --git a/pppdump/pppdump.c b/pppdump/pppdump.c index 95e692c..87c2e8f 100644 --- a/pppdump/pppdump.c +++ b/pppdump/pppdump.c @@ -191,7 +191,7 @@ dumplog(f) show_time(f, c); break; default: - printf("?%.2x\n"); + printf("?%.2x\n", c); } } } @@ -421,7 +421,7 @@ dumpppp(f) show_time(f, c); break; default: - printf("?%.2x\n"); + printf("?%.2x\n", c); } } }