Changeset 555
- Timestamp:
- 03/28/08 18:16:33 (9 months ago)
- Files:
-
- branches/morph-targets/x42maya/translator.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/morph-targets/x42maya/translator.cpp
r554 r555 90 90 out_file.open( path.asChar(), std::ios::out | 91 91 std::ios::binary | std::ios::trunc, _SH_DENYRW ); 92 remove_file = true; //if we fail after this point, souce has been trashed 92 93 } 93 94 catch( ... )
