Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 24, 2005, 9:27:48 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed an error in ShellDisplay: did not show the last line on first open

File:
1 edited

Legend:

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

    r5244 r5247  
    563563    inline T* tIterator<T>::getCurrent()
    564564{
    565   if (likeley(this->tmpEl))
     565  if (likely(this->tmpEl != NULL))
    566566    return this->tmpEl->curr;
    567567  else
Note: See TracChangeset for help on using the changeset viewer.