Changeset 2536


Ignore:
Timestamp:
07/16/08 15:06:39 (5 years ago)
Author:
sam
Message:
  • cucul/file.c: fix a typo causing build failures when zlib is not here.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cucul/file.c

    r2408 r2536  
    113113    } 
    114114#   else 
    115     fp->f = fopen(path, fmode); 
     115    fp->f = fopen(path, mode); 
    116116 
    117117    if(!fp->f) 
Note: See TracChangeset for help on using the changeset viewer.