comma bug in parser.cpp
well i was trying to fix this earlier.. and turned on debugging for it. I noticed that the Parms: output was fine, and only the after: was jacked up when you had commas.
So I had the idea of just using the data it showed in Parms: instead of after:
The result is that the 'groups of commands' are still seperated, but the text is unmangled.
Codewise, just change all references to arglist[0] to parms.c_str() in Parser::ExCommands() in file parser.cpp
farce
|