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 /dd.c | |
parent | eded54bd96ed0394844f9ba23c5ab54dff8a917f (diff) | |
download | busybox-w32-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.tar.gz busybox-w32-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.tar.bz2 busybox-w32-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.zip |
updates for the day
Diffstat (limited to 'dd.c')
-rw-r--r-- | dd.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -152,8 +152,6 @@ extern int dd_main (int argc, char **argv) | |||
152 | argc--; | 152 | argc--; |
153 | argv++; | 153 | argv++; |
154 | } | 154 | } |
155 | if ( inFile == NULL || outFile == NULL) | ||
156 | goto usage; | ||
157 | 155 | ||
158 | buf = malloc (blockSize); | 156 | buf = malloc (blockSize); |
159 | if (buf == NULL) { | 157 | if (buf == NULL) { |