mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Fix bug in handlind -e
This commit is contained in:
parent
e83509516e
commit
3be0dca473
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ int main(int argc, char **argv)
|
|||
outputDir = argv[i] + j + 1;
|
||||
i++;
|
||||
}
|
||||
if (argv[i][j] == 'e') {
|
||||
else if (argv[i][j] == 'e') {
|
||||
if (argv[i][j + 1] == '\0') {
|
||||
if (++i == argc)
|
||||
usage(argv[0]);
|
||||
|
|
Loading…
Add table
Reference in a new issue