diff options
| author | Ron Yorston <rmy@pobox.com> | 2024-07-13 08:29:09 +0100 |
|---|---|---|
| committer | Ron Yorston <rmy@pobox.com> | 2024-07-13 08:29:09 +0100 |
| commit | b18891bba511d4fc4fcd0a6ff5cd2df31a086f1b (patch) | |
| tree | ef78f9ecc339d6ab95eed03f787f058f270b8772 /coreutils | |
| parent | 684dabdb8452b3d33d5d6265f3d7ef32c10f5307 (diff) | |
| parent | 23da5c4b716b92524240c6f81c2e2474c1825cfc (diff) | |
| download | busybox-w32-b18891bba511d4fc4fcd0a6ff5cd2df31a086f1b.tar.gz busybox-w32-b18891bba511d4fc4fcd0a6ff5cd2df31a086f1b.tar.bz2 busybox-w32-b18891bba511d4fc4fcd0a6ff5cd2df31a086f1b.zip | |
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/md5_sha1_sum.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 15f2c04de..978d328f1 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
| @@ -320,11 +320,7 @@ int md5_sha1_sum_main(int argc UNUSED_PARAM, char **argv) | |||
| 320 | 320 | ||
| 321 | hash_value = hash_file(in_buf, filename_ptr, sha3_width); | 321 | hash_value = hash_file(in_buf, filename_ptr, sha3_width); |
| 322 | 322 | ||
| 323 | #if ENABLE_PLATFORM_MINGW32 | ||
| 324 | if (hash_value && (strcasecmp((char*)hash_value, line) == 0)) { | 323 | if (hash_value && (strcasecmp((char*)hash_value, line) == 0)) { |
| 325 | #else | ||
| 326 | if (hash_value && (strcmp((char*)hash_value, line) == 0)) { | ||
| 327 | #endif | ||
| 328 | if (!(flags & FLAG_SILENT)) | 324 | if (!(flags & FLAG_SILENT)) |
| 329 | printf("%s: OK\n", filename_ptr); | 325 | printf("%s: OK\n", filename_ptr); |
| 330 | } else { | 326 | } else { |
