Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
cacalabs
/
toilet
peilaus alkaen
https://github.com/cacalabs/toilet.git
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
* Fix build for systems with no zlib-devel.
pull/1/head
Sam Hocevar
sam
18 vuotta sitten
vanhempi
75ffa54580
commit
ba2b3587c5
1 muutettua tiedostoa
jossa
1 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/io.c
+ 1
- 1
src/io.c
Näytä tiedosto
@@ -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;
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna