X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppdump%2Fpppdump.c;h=87c2e8f1ac69e95ca080058ad403975ea10a76ba;hb=04c4348108d847e034dd91066cc6843f60d71731;hp=95e692c8774af4513747d7f7ae0f22810b5db6fe;hpb=a75742c5e72fa5718e57d77586887d58755feebe;p=ppp.git 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); } } }