aboutsummaryrefslogtreecommitdiff
path: root/src/stable/myriad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/myriad.h')
-rw-r--r--src/stable/myriad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/myriad.h b/src/stable/myriad.h
index 7f84c2a..6168aa2 100644
--- a/src/stable/myriad.h
+++ b/src/stable/myriad.h
@@ -45,7 +45,7 @@ namespace Bu
45 Truncate = 0x08, ///< Truncate file if it does exist 45 Truncate = 0x08, ///< Truncate file if it does exist
46 Append = 0x10, ///< Start writing at end of file 46 Append = 0x10, ///< Start writing at end of file
47 //NonBlock = 0x20, ///< Open file in non-blocking mode 47 //NonBlock = 0x20, ///< Open file in non-blocking mode
48 Exclusive = 0x44, ///< Create file, if it exists then fail 48 Exclusive = 0x40, ///< Create file, if it exists then fail
49 49
50 // Helpful mixes 50 // Helpful mixes
51 ReadWrite = 0x03, ///< Open for reading and writing 51 ReadWrite = 0x03, ///< Open for reading and writing