Ignore:
Timestamp:
2000-11-01T08:58:25+13:00 (24 years ago)
Author:
cs025
Message:

Further fixes to get around bloopers in Visual C++; it wasn't resetting the
status flags for a stream on the reopening of a file, also had forgotten to read
the old log file when doing an additional installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/gsinstall.cpp

    r1638 r1639  
    353353  FilePath *logPath = new FilePath(this->destinationPath->pathString(), "install.log");
    354354  this->setLogFile(logPath->pathString());
    355   delete logPath;}
     355  this->readLog();
     356  delete logPath;
     357}
    356358
    357359bool GSInstall::setUninstall()
Note: See TracChangeset for help on using the changeset viewer.