From: Robert Pengelly Date: Sat, 26 Oct 2024 03:54:16 +0000 (+0100) Subject: Remove mode debuging printf X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=027a445b747a45628c46457aaaa93c592d5fa86b;p=minixfstools.git Remove mode debuging printf --- diff --git a/mcopy.c b/mcopy.c index bc48cde..b4d13f9 100644 --- a/mcopy.c +++ b/mcopy.c @@ -211,7 +211,6 @@ static void parse_args (int argc, char **argv, int optind) { } - fprintf (stderr, "%p: %s\n", mode, mode + 3); memcpy (mode + 3, optarg, 3); break;