projects
/
minixfstools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89bd93d
)
Remove mode debuging printf
author
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 26 Oct 2024 03:54:16 +0000
(
04:54
+0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Sat, 26 Oct 2024 03:54:16 +0000
(
04:54
+0100)
mcopy.c
patch
|
blob
|
history
diff --git
a/mcopy.c
b/mcopy.c
index bc48cde1c482fe19a1c7bb288e055961e8bcec9d..b4d13f9069317827e702fba37d2901caeaff47b4 100644
(file)
--- 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;