Fix incorrect usage of getopt_long(), which caused

invalid memory access if XZ_OPT was defined.
This commit is contained in:
Lasse Collin 2009-07-23 19:10:55 +03:00
parent 8f8ec942d6
commit 0db1befcfb
1 changed files with 0 additions and 1 deletions

View File

@ -489,7 +489,6 @@ args_parse(args_info *args, int argc, char **argv)
parse_environment(args, argv[0]);
// Then from the command line
optind = 1;
parse_real(args, argc, argv);
// Never remove the source file when the destination is not on disk.