[Box Backup-commit] COMMIT r1916 - box/trunk/infrastructure
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sun, 04 Nov 2007 14:45:33 +0000
Author: chris
Date: 2007-11-04 14:45:33 +0000 (Sun, 04 Nov 2007)
New Revision: 1916
Modified:
box/trunk/infrastructure/buildenv-testmain-template.cpp
Log:
Compile fix for [1903].
Modified: box/trunk/infrastructure/buildenv-testmain-template.cpp
===================================================================
--- box/trunk/infrastructure/buildenv-testmain-template.cpp 2007-11-04 14:45:05 UTC (rev 1915)
+++ box/trunk/infrastructure/buildenv-testmain-template.cpp 2007-11-04 14:45:33 UTC (rev 1916)
@@ -99,7 +99,7 @@
flag(S_IFREG) <<
flag(S_IFLNK) <<
flag(S_IFSOCK) <<
- flag(S_IFWHT) << " plus " << m << ")");
+ " or " << m << ")");
}
else
{