comparison src/md5-util.c @ 446:ddabc4873a3f

Effectively drop empty newlines at end of files (missing from rev 535)
author zas_
date Sun, 20 Apr 2008 18:07:51 +0000
parents 4b2d7f9af171
children f9bf33be53ff
comparison
equal deleted inserted replaced
445:89f8bffbce21 446:ddabc4873a3f
419 419
420 if (!md5_get_digest_from_file_utf8(path, digest)) return g_strdup(error_text); 420 if (!md5_get_digest_from_file_utf8(path, digest)) return g_strdup(error_text);
421 421
422 return md5_digest_to_text(digest); 422 return md5_digest_to_text(digest);
423 } 423 }
424