Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5209 in orxonox.OLD for trunk/src/lib/util/list.h


Ignore:
Timestamp:
Sep 20, 2005, 11:22:46 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: valgrind's second fruits….. the char-arrays
some time in the near future i will hopefully be faster in interpreting this WALLgrind… but it is great, i can tell you (or at least anyone that reads this :))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/list.h

    r5171 r5209  
    365365  inline tIterator<T>::tIterator (const tList<T>* list)
    366366{
    367   this->currentEl = list->first;
     367  this->currentEl = NULL;
    368368  this->tmpEl = NULL;
    369369  this->list = list;
Note: See TracChangeset for help on using the changeset viewer.