Changeset 6061 for code/trunk
- Timestamp:
- Nov 14, 2009, 11:13:18 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/core5 merged: 6009
- Property svn:mergeinfo changed
-
code/trunk/src/libraries/util/SubString.cc
r5738 r6061 557 557 void SubString::debug() const 558 558 { 559 printf("Substring-information::count=% d ::", this->strings.size());559 printf("Substring-information::count=%zd ::", this->strings.size()); 560 560 for (unsigned int i = 0; i < this->strings.size(); i++) 561 561 printf("s%d='%s'::", i, this->strings[i].c_str());
Note: See TracChangeset
for help on using the changeset viewer.