소스 검색

* Fix build for systems with no zlib-devel.

pull/1/head
Sam Hocevar sam 18 년 전
부모
커밋
ba2b3587c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/io.c

+ 1
- 1
src/io.c 파일 보기

@@ -100,7 +100,7 @@ TOIFILE *toiopen(char const *path, const char *mode)
#else
toif->f = fopen(path, mode);

if(!f)
if(!toif->f)
{
free(toif);
return NULL;


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