diff options
Diffstat (limited to 'coreutils/dd.c')
-rw-r--r-- | coreutils/dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/dd.c b/coreutils/dd.c index e2d95931c..a01722040 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c | |||
@@ -414,7 +414,7 @@ int dd_main(int argc UNUSED_PARAM, char **argv) | |||
414 | 414 | ||
415 | if (infile) { | 415 | if (infile) { |
416 | if (ENABLE_PLATFORM_MINGW32 && !strcmp(infile, "/dev/zero")) { | 416 | if (ENABLE_PLATFORM_MINGW32 && !strcmp(infile, "/dev/zero")) { |
417 | flags |= FLAG_NOERROR; | 417 | G.flags |= FLAG_NOERROR; |
418 | devzero = 1; | 418 | devzero = 1; |
419 | } else { | 419 | } else { |
420 | xmove_fd(xopen(infile, O_RDONLY), ifd); | 420 | xmove_fd(xopen(infile, O_RDONLY), ifd); |