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:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user