diff options
author | Matt Kraai | 2001-03-07 21:45:13 +0000 |
---|---|---|
committer | Matt Kraai | 2001-03-07 21:45:13 +0000 |
commit | 5de909873a6a46286105c087c8c339a0f7259782 (patch) | |
tree | a1c4e05a716f80723ecc0349435b58d69a3f2bee /md5sum.c | |
parent | 4cc8f31ffea183ce10111e543f3d50a702c31760 (diff) | |
download | busybox-5de909873a6a46286105c087c8c339a0f7259782.zip busybox-5de909873a6a46286105c087c8c339a0f7259782.tar.gz |
Eliminate superfluous test.
Diffstat (limited to 'md5sum.c')
-rw-r--r-- | md5sum.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -819,8 +819,6 @@ int md5sum_main(int argc, if (string == NULL) string = (char **) xmalloc ((argc - 1) * sizeof (char *)); - if (optarg == NULL) - optarg = ""; string[n_strings++] = optarg; break; } |