Changeset 21743 in vbox for trunk/src/VBox/Runtime/common/misc/s3.cpp
- Timestamp:
- Jul 21, 2009 12:27:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/s3.cpp
r21337 r21743 910 910 RTFileClose(hFile); 911 911 912 /* If there was an error delete the newly created file */ 913 if (RT_FAILURE(rc)) 914 RTFileDelete(pszFileName); 915 912 916 return rc; 913 917 }
Note:
See TracChangeset
for help on using the changeset viewer.