Changeset 1469 for toilet/trunk


Ignore:
Timestamp:
Dec 14, 2006, 10:38:06 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Fix build for systems with no zlib-devel.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/src/io.c

    r1461 r1469  
    101101    toif->f = fopen(path, mode);
    102102
    103     if(!f)
     103    if(!toif->f)
    104104    {
    105105        free(toif);
Note: See TracChangeset for help on using the changeset viewer.