Changeset 2536
- Timestamp:
- Jul 16, 2008, 3:06:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/file.c
r2408 r2536 113 113 } 114 114 # else 115 fp->f = fopen(path, fmode);115 fp->f = fopen(path, mode); 116 116 117 117 if(!fp->f)
Note: See TracChangeset
for help on using the changeset viewer.