- Timestamp:
- Mar 8, 2010, 7:36:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qfsfileengine_os2.cpp
r659 r660 124 124 } 125 125 126 // always use O_BINARY, Qt does all EOL handling on its own 127 oflags |= O_BINARY; 128 126 129 return oflags; 127 130 }
Note:
See TracChangeset
for help on using the changeset viewer.