Changeset 555

Show
Ignore:
Timestamp:
03/28/08 18:16:33 (9 months ago)
Author:
phill
Message:

o Missed a line.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/morph-targets/x42maya/translator.cpp

    r554 r555  
    9090                        out_file.open( path.asChar(), std::ios::out | 
    9191                                std::ios::binary | std::ios::trunc, _SH_DENYRW ); 
     92                        remove_file = true; //if we fail after this point, souce has been trashed 
    9293                } 
    9394                catch( ... )