View Single Post
  #9  
Old 12-30-2003, 01:15 PM
farce
Hill Giant
 
Join Date: Feb 2003
Posts: 126
Default 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
Reply With Quote