소스 검색

* cucul/file.c: fix a typo causing build failures when zlib is not here.

tags/v0.99.beta14
Sam Hocevar sam 16 년 전
부모
커밋
c2706d6110
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cucul/file.c

+ 1
- 1
cucul/file.c 파일 보기

@@ -112,7 +112,7 @@ cucul_file_t *cucul_file_open(char const *path, const char *mode)
}
}
# else
fp->f = fopen(path, fmode);
fp->f = fopen(path, mode);

if(!fp->f)
{


불러오는 중...
취소
저장