Changeset 3301 for code/trunk/src/util/StringUtils.cc
- Timestamp:
- Jul 18, 2009, 4:03:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/StringUtils.cc
r3300 r3301 125 125 126 126 size_t quotecount = 0; 127 size_t quote = (size_t)-1;127 size_t quote = static_cast<size_t>(-1); 128 128 while ((quote = getNextQuote(str, quote + 1)) < pos) 129 129 {
Note: See TracChangeset
for help on using the changeset viewer.