Changeset 29 in libcf for trunk/src/cf_file.c
- Timestamp:
- 02/04/13 23:23:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cf_file.c
r28 r29 31 31 const CF_FILE_FLAG flag) 32 32 { 33 int result = open (path, flag|O_BINARY);33 int result = open (path, (int)(flag|O_BINARY)); 34 34 35 35 if (result < 0)
Note:
See TracChangeset
for help on using the changeset viewer.