Changeset 512 for cpp/frams/util/sstringutils.cpp
- Timestamp:
- 05/23/16 13:50:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/sstringutils.cpp
r382 r512 259 259 } 260 260 261 SString trim( SString& s)261 SString trim(const SString& s) 262 262 { 263 263 const unsigned char*b = (const unsigned char*)s.c_str();
Note: See TracChangeset
for help on using the changeset viewer.