1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 06:34:40 +02:00

(main): Remove now-unnecessary diagnostic about filename containing NEWLINE.

This commit is contained in:
Jim Meyering
1996-07-01 03:48:10 +00:00
parent 6dceaa1d9d
commit d2b4bca42e

View File

@@ -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]);