Sfoglia il codice sorgente

* Fix build for systems with no zlib-devel.

pull/1/head
Sam Hocevar sam 18 anni fa
parent
commit
ba2b3587c5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/io.c

+ 1
- 1
src/io.c Vedi File

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


Caricamento…
Annulla
Salva