Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5177 in orxonox.OLD for trunk/src/lib/shell/shell.cc


Ignore:
Timestamp:
Sep 12, 2005, 12:30:32 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more integration/bugFix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.cc

    r5176 r5177  
    719719
    720720
    721   char* tmpChar = ShellBuffer::getInstance()->getBufferIterator()->firstElement();
    722   while(tmpChar != NULL)
    723   {
    724     printf(tmpChar);
    725     tmpChar = ShellBuffer::getInstance()->getBufferIterator()->nextElement();
    726   }
     721  ShellBuffer::getInstance()->debug();
    727722}
    728723
Note: See TracChangeset for help on using the changeset viewer.