Auto merged

2003/08/11 22:56:10+01:00 flatcap.org!flatcap
make default fillbyte 0
flags logic bug

(Logical change 1.172)
edge.strict_endians
cantab.net!aia21 2003-08-12 10:17:18 +00:00
parent e117a302f3
commit 03918d9878
1 changed files with 3 additions and 0 deletions

View File

@ -489,6 +489,9 @@ int parse_options (int argc, char *argv[])
}
}
if (opts.fillbyte == -1)
opts.fillbyte = 0;
if (ver)
version();
if (help || err)