Share

AOLserver

Tracker: Bugs

5 adp options are ignored by adpcmds.c - ID: 2876312
Last Update: Tracker Item Submitted ( ellisj )

One symptom is a ton of "missing close brace" errors when singlescript is
enabled.

This fix works for me:

--- adpcmds.c~ 2006-06-25 20:28:02.000000000 -0400
+++ adpcmds.c 2009-10-10 14:21:01.000000000 -0400
@@ -436,7 +436,8 @@
"arg ?arg ...?");
return TCL_ERROR;
}
- isfile = flags = 0;
+ isfile = 0;
+ flags = itPtr->adp.flags;
for (i = 1; i < objc; ++i) {
opt = Tcl_GetString(objv[i]);
if (STREQ(opt, "-global")) {


Jonathan Ellis ( ellisj ) - 2009-10-10 18:27

5

Open

None

Nobody/Anonymous

Configuration: Server

None

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.