Changeset 1132 for code/branches/network2/src/util/String.cc
- Timestamp:
- Apr 22, 2008, 4:25:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network2/src/util/String.cc
r1064 r1132 274 274 if (str.size() == 0) 275 275 return str; 276 else if (str.size() == 1) 277 { 278 //TODO: decide whether we need the commented code 279 /*if (str[0] != '\\') 280 return ""; 281 else*/ 282 return str; 283 } 276 284 277 285 std::string output = "";
Note: See TracChangeset
for help on using the changeset viewer.