mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-07 16:21:10 +03:00
Make --maxvars option work
This commit is contained in:
committed by
Nick Wellnhofer
parent
ce5a0dd6a7
commit
5af7ad7453
@ -803,6 +803,10 @@ main(int argc, char **argv)
|
|||||||
(!strcmp(argv[i], "--maxdepth"))) {
|
(!strcmp(argv[i], "--maxdepth"))) {
|
||||||
i++;
|
i++;
|
||||||
continue;
|
continue;
|
||||||
|
} else if ((!strcmp(argv[i], "-maxvars")) ||
|
||||||
|
(!strcmp(argv[i], "--maxvars"))) {
|
||||||
|
i++;
|
||||||
|
continue;
|
||||||
} else if ((!strcmp(argv[i], "-maxparserdepth")) ||
|
} else if ((!strcmp(argv[i], "-maxparserdepth")) ||
|
||||||
(!strcmp(argv[i], "--maxparserdepth"))) {
|
(!strcmp(argv[i], "--maxparserdepth"))) {
|
||||||
i++;
|
i++;
|
||||||
|
Reference in New Issue
Block a user