From: Jim Meyering Date: Thu, 16 Nov 1995 07:39:44 +0000 (+0000) Subject: Remove obsolete FIXME. X-Git-Tag: TEXTUTILS-1_13F~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d4a6210f78b588d14b61e46fc5a4781d4f67bac;p=thirdparty%2Fcoreutils.git Remove obsolete FIXME. --- diff --git a/src/md5sum.c b/src/md5sum.c index dcb7208c6b..4895e23768 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -178,8 +178,6 @@ hex_digits (const char *s) } /* FIXME: allow newline in filename by encoding it. */ -/* FIXME: distinguish between file open/read failure and inconsistent - checksum. */ static int md5_file (const char *filename, int binary, unsigned char *md5_result)