diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-13 04:47:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-13 04:47:09 +0000 |
commit | b6a44b8d39b7834ab9f6c43938f4b58f135e846e (patch) | |
tree | d9bd903d4e30ea4faf1977a514853c5aac83690c /coreutils | |
parent | eded54bd96ed0394844f9ba23c5ab54dff8a917f (diff) | |
download | busybox-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.tar.gz |
updates for the day
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/dd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index 800ed59f8..9468cddfc 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c @@ -152,8 +152,6 @@ extern int dd_main (int argc, char **argv) argc--; argv++; } - if ( inFile == NULL || outFile == NULL) - goto usage; buf = malloc (blockSize); if (buf == NULL) { |