Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2008, 9:39:28 PM (16 years ago)
Author:
landauf
Message:
  • filesystem-autocompletion uses now boost::filesystem
  • fixed a small problem in OutputBuffer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/OutputBuffer.cc

    r1334 r1442  
    8181
    8282        if (eof)
    83         {
    8483            this->stream_.flush();
     84
     85        if (eof || fail)
    8586            this->stream_.clear();
    86         }
    8787
    8888        return (!eof && !fail);
Note: See TracChangeset for help on using the changeset viewer.