[Box Backup-dev] COMMIT r888 - box/chris/merge/lib/common

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 31 23:30:27 BST 2006


Author: chris
Date: 2006-08-31 23:30:27 +0100 (Thu, 31 Aug 2006)
New Revision: 888

Modified:
   box/chris/merge/lib/common/Guards.h
Log:
Revert to trunk


Modified: box/chris/merge/lib/common/Guards.h
===================================================================
--- box/chris/merge/lib/common/Guards.h	2006-08-31 22:29:31 UTC (rev 887)
+++ box/chris/merge/lib/common/Guards.h	2006-08-31 22:30:27 UTC (rev 888)
@@ -24,7 +24,7 @@
 
 #include "MemLeakFindOn.h"
 
-template <int flags = O_RDONLY | O_BINARY, int mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)>
+template <int flags = O_RDONLY, int mode = (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)>
 class FileHandleGuard
 {
 public:




More information about the Boxbackup-dev mailing list