This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
toilet
mirror of
https://github.com/cacalabs/toilet.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
* Fix build for systems with no zlib-devel.
pull/1/head
Sam Hocevar
sam
18 years ago
parent
75ffa54580
commit
ba2b3587c5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/io.c
+ 1
- 1
src/io.c
View 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;
Write
Preview
Loading…
Cancel
Save