1
0
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:
Per Hedeland
2013-12-13 14:43:06 +01:00
committed by Nick Wellnhofer
parent ce5a0dd6a7
commit 5af7ad7453

View File

@ -803,6 +803,10 @@ main(int argc, char **argv)
(!strcmp(argv[i], "--maxdepth"))) {
i++;
continue;
} else if ((!strcmp(argv[i], "-maxvars")) ||
(!strcmp(argv[i], "--maxvars"))) {
i++;
continue;
} else if ((!strcmp(argv[i], "-maxparserdepth")) ||
(!strcmp(argv[i], "--maxparserdepth"))) {
i++;