Changeset 7165 for code/trunk/src/libraries/util/SubString.cc
- Timestamp:
- Aug 16, 2010, 8:31:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/SubString.cc
r6417 r7165 554 554 void SubString::debug() const 555 555 { 556 printf("Substring-information::count=% zd ::", this->strings.size());556 printf("Substring-information::count=%d ::", this->strings.size()); 557 557 for (unsigned int i = 0; i < this->strings.size(); i++) 558 558 printf("s%d='%s'::", i, this->strings[i].c_str());
Note: See TracChangeset
for help on using the changeset viewer.