ソースを参照

* 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;


読み込み中…
キャンセル
保存