Changeset 12420 for trunk/FACT++


Ignore:
Timestamp:
11/06/11 02:39:13 (13 years ago)
Author:
lyard
Message:
fixed the fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.cc

    r12419 r12420  
    215215        corruptName << fFileName << "corrupt" << append;
    216216    }
    217     this->fFile->Close();
    218217    if (rename(fFileName.c_str(), corruptName.str().c_str()) != 0)
    219218    {
Note: See TracChangeset for help on using the changeset viewer.