Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6061


Ignore:
Timestamp:
Nov 14, 2009, 11:13:18 PM (14 years ago)
Author:
scheusso
Message:

merged back a long forgotten revision

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk

  • code/trunk/src/libraries/util/SubString.cc

    r5738 r6061  
    557557    void SubString::debug() const
    558558    {
    559         printf("Substring-information::count=%d ::", this->strings.size());
     559        printf("Substring-information::count=%zd ::", this->strings.size());
    560560        for (unsigned int i = 0; i < this->strings.size(); i++)
    561561            printf("s%d='%s'::", i, this->strings[i].c_str());
Note: See TracChangeset for help on using the changeset viewer.