#26 ArgList.cpp - ::toLower in place of ::makeLower
open
nobody
None
5
2011-08-31
2011-08-31
Anonymous
No
In ArgList.cpp (xlw-5.0.0a1), line 94, there is "StringUtilities::toLower(ArgumentName);" where there should be "StringUtilities::makeLower(ArgumentName);". As a result of this, the example "MJ - Design Patterns" does not work.
Thanks very much indeed for the report. It does indeed look wrong.
I'll fix this in the next version as well as checking the rest of the file for any similar issues.