From ad695607b53d8e7a8e509be8a52a5bdf0e67034c Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Tue, 22 Aug 2023 14:41:46 +0300 Subject: [PATCH] safely nuking these (no explanation given) --- printf.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/printf.c b/printf.c index 66d7e4f..08b7052 100644 --- a/printf.c +++ b/printf.c @@ -50,10 +50,7 @@ int _printf(const char *format, ...) case '%': /*add 1 byte*/ break; } - /*if (*(format + fmt_idx + 2))*/ fmt_idx += 2; - /*else*/ - /*fmt_idx += 1;*/ } else {