wget: -O FILE is allowed to overwrite existing file (compat)
[oweals/busybox.git] / networking / ether-wake.c
index 36713837a481b349e3bace7b09166158e4023bc9..fc26ad07d127e5214dfdf8237077f72e48c93b31 100644 (file)
@@ -92,7 +92,7 @@ void bb_debug_dump_packet(unsigned char *outpack, int pktsize)
        printf("packet dump:\n");
        for (i = 0; i < pktsize; ++i) {
                printf("%2.2x ", outpack[i]);
-               if (i % 20 == 19) puts("");
+               if (i % 20 == 19) bb_putchar('\n');
        }
        printf("\n\n");
 }