Changeset 12413
- Timestamp:
- 11/06/11 02:10:41 (14 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/FACT++/src/Fits.cc (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/FACT++/src/Fits.ccr12277 r12413 209 209 int append = 0; 210 210 corruptName << fFileName << "corrupt" << append; 211 while ( stat(corruptName.str().c_str(), &st))211 while (!stat(corruptName.str().c_str(), &st)) 212 212 { 213 213 append++; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
