1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

handled trio option correctly

This commit is contained in:
Igor Zlatkovic
2003-02-19 15:08:19 +00:00
parent 503b82b928
commit 57633693d9

View File

@ -313,6 +313,8 @@ for (i = 0; (i < WScript.Arguments.length) && (error == 0); i++) {
if (opt.length > 0) {
if (opt == "xslt_debug")
withXsltDebug = strToBool(arg.substring(opt.length + 1, arg.length));
else if (opt == "trio")
withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
else if (opt == "mem_debug")
withMemDebug = strToBool(arg.substring(opt.length + 1, arg.length));
else if (opt == "debugger")