Changeset 1919 for box/trunk/lib/backupclient/BackupClientRestore.cpp
- Timestamp:
- 04/11/2007 15:57:29 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/backupclient/BackupClientRestore.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupClientRestore.cpp
r1789 r1919 455 455 456 456 // Unlink anything which already exists -- for resuming restores, we can't overwrite files already there. 457 if(::unlink(localFilename.c_str()) == 0)457 if(::unlink(localFilename.c_str()) != 0) 458 458 { 459 459 BOX_ERROR("Failed to delete file '" <<
Note: See TracChangeset
for help on using the changeset viewer.
