- Timestamp:
- Apr 14, 2008, 1:27:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/orxonox/core/ConfigFileManager.cc
r1049 r1050 72 72 this->value_ = value; 73 73 else 74 this->value_ = "\"" + addSlashes( value) + "\"";74 this->value_ = "\"" + addSlashes(stripEnclosingQuotes(value)) + "\""; 75 75 } 76 76
Note: See TracChangeset
for help on using the changeset viewer.