fixed passing (array) in DI calls (thanks to Matthew Williams for the fix)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1913 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent e6c34b3ded
commit 5873c90a89

@ -895,8 +895,8 @@ EXEC_ACTION_START(SCDIAction) {
sc_sess->SET_STRERROR("converting value '"+p+"' to int\n");
EXEC_ACTION_STOP;
}
} else if (p.length() > 5 &&
p.substr(0, 5) =="(array)") {
} else if (p.length() > 7 &&
p.substr(0, 7) =="(array)") {
p = resolveVars(p.substr(7), sess, sc_sess, event_params);
AmArg var_struct;
string varprefix = p+".";

Loading…
Cancel
Save