Changeset 1919
- Timestamp:
- 04/11/2007 15:57:29 (14 months ago)
- Files:
-
- 1 modified
-
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 '" <<
