Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 21, 2008, 7:42:58 PM (17 years ago)
Author:
rgrieder
Message:

merged trunk into cmake branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cmake/src/util/String.cc

    r1064 r1122  
    274274    if (str.size() == 0)
    275275        return str;
     276    else if (str.size() == 1)
     277    {
     278      //TODO: decide whether we need the commented code
     279      /*if (str[0] != '\\')
     280        return "";
     281      else*/
     282      return str;
     283    }
    276284
    277285    std::string output = "";
Note: See TracChangeset for help on using the changeset viewer.