Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 16, 2010, 8:31:40 PM (14 years ago)
Author:
landauf
Message:

for some reason MinGW with gcc 4.5 needs some additional _UtilExport keywords
also fixed 2 warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/SubString.cc

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