Changeset 6412 for code/branches/pickup2/src/libraries/util/SubString.cc
- Timestamp:
- Dec 25, 2009, 1:18:03 PM (15 years ago)
- Location:
- code/branches/pickup2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup2
- Property svn:mergeinfo changed
-
code/branches/pickup2/src/libraries/util/SubString.cc
r5738 r6412 270 270 } 271 271 else 272 { 273 static std::string empty; 274 return empty; 275 } 272 return ""; 276 273 } 277 274 … … 557 554 void SubString::debug() const 558 555 { 559 printf("Substring-information::count=% d ::", this->strings.size());556 printf("Substring-information::count=%zd ::", this->strings.size()); 560 557 for (unsigned int i = 0; i < this->strings.size(); i++) 561 558 printf("s%d='%s'::", i, this->strings[i].c_str());
Note: See TracChangeset
for help on using the changeset viewer.