[Box Backup-commit] COMMIT r2170 - box/trunk/lib/backupclient
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Wed, 28 May 2008 13:14:38 +0100 (BST)
Author: chris
Date: 2008-05-28 13:14:38 +0100 (Wed, 28 May 2008)
New Revision: 2170
Modified:
box/trunk/lib/backupclient/BackupClientRestore.cpp
Log:
Initialise the exists variable and fix its type.
Modified: box/trunk/lib/backupclient/BackupClientRestore.cpp
===================================================================
--- box/trunk/lib/backupclient/BackupClientRestore.cpp 2008-05-28 12:13:52 UTC (rev 2169)
+++ box/trunk/lib/backupclient/BackupClientRestore.cpp 2008-05-28 12:14:38 UTC (rev 2170)
@@ -595,7 +595,7 @@
// Save restore info?
int64_t fileSize;
- int exists;
+ bool exists = false;
try
{