From 03918d98782a6c0acaaa8e378f862a60a0810edf Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 12 Aug 2003 10:17:18 +0000 Subject: [PATCH] Auto merged 2003/08/11 22:56:10+01:00 flatcap.org!flatcap make default fillbyte 0 flags logic bug (Logical change 1.172) --- ntfsprogs/ntfsundelete.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ntfsprogs/ntfsundelete.c b/ntfsprogs/ntfsundelete.c index 1b686d62..dfcd2ea1 100644 --- a/ntfsprogs/ntfsundelete.c +++ b/ntfsprogs/ntfsundelete.c @@ -489,6 +489,9 @@ int parse_options (int argc, char *argv[]) } } + if (opts.fillbyte == -1) + opts.fillbyte = 0; + if (ver) version(); if (help || err)