[Box Backup-commit] COMMIT r1020 - box/chris/merge/bin/bbackupctl
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 14 Oct 2006 14:51:29 +0100
Author: chris
Date: 2006-10-14 14:51:29 +0100 (Sat, 14 Oct 2006)
New Revision: 1020
Modified:
box/chris/merge/bin/bbackupctl/bbackupctl.cpp
Log:
* Oops, wrong direction. Undo last change.
Modified: box/chris/merge/bin/bbackupctl/bbackupctl.cpp
===================================================================
--- box/chris/merge/bin/bbackupctl/bbackupctl.cpp 2006-10-14 13:43:16 UTC (rev 1019)
+++ box/chris/merge/bin/bbackupctl/bbackupctl.cpp 2006-10-14 13:51:29 UTC (rev 1020)
@@ -250,8 +250,8 @@
case WaitForSyncStart:
case WaitForSyncEnd:
{
- // Check that it's not in non-automatic mode,
- // because then it'll never start
+ // Check that it's in automatic mode,
+ // because otherwise it'll never start
if(!autoBackup)
{