Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5147 in orxonox.OLD for trunk/src/lib/util


Ignore:
Timestamp:
Aug 27, 2005, 2:51:14 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: flush

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/substring.cc

    r4836 r5147  
    7373{
    7474  for( int i = 0; i < this->splittersCount; i++)
    75     {
    76       delete this->strings[i];
    77     }
    78 
     75    delete this->strings[i];
    7976  delete this->strings;
    8077}
Note: See TracChangeset for help on using the changeset viewer.