Changeset 29 in libcf for trunk/src/cf_file.c


Ignore:
Timestamp:
02/04/13 23:23:44 (12 years ago)
Author:
cheese
Message:

#1 fix compile error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_file.c

    r28 r29  
    3131              const CF_FILE_FLAG    flag)
    3232{
    33     int result = open (path, flag|O_BINARY);
     33    int result = open (path, (int)(flag|O_BINARY));
    3434
    3535    if (result < 0)
Note: See TracChangeset for help on using the changeset viewer.