projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dceaa1
)
(main): Remove now-unnecessary diagnostic about filename containing NEWLINE.
author
Jim Meyering
<jim@meyering.net>
Mon, 1 Jul 1996 03:48:10 +0000
(
03:48
+0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 1 Jul 1996 03:48:10 +0000
(
03:48
+0000)
src/md5sum.c
patch
|
blob
|
history
diff --git
a/src/md5sum.c
b/src/md5sum.c
index 9ebe04c3fc852fe30fce85c0ae4528324f4f1520..a9ecca840503a9b5088ced4e543319c418d65346 100644
(file)
--- a/
src/md5sum.c
+++ b/
src/md5sum.c
@@
-520,13
+520,6
@@
main (int argc, char **argv)
{
size_t filename_len;
- if (strchr (file, '\n'))
- error (0, 0,
- _("\
-warning: filename contains a NEWLINE character `%s'; \
-you will not be able to verify this checksum using `md5sum --check'"),
- file);
-
for (i = 0; i < 16; ++i)
printf ("%02x", md5buffer[i]);