Ignore:
Timestamp:
Feb 19, 2007, 10:28:52 AM (16 years ago)
Author:
Sam Hocevar
Message:
  • Oops, fix compilation warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/test/zzcat.c

    r1745 r1746  
    121121                data[moff + x] = data[x];
    122122            }
    123             munmap(map);
     123            munmap(map, mlen);
    124124        }
    125125#endif
Note: See TracChangeset for help on using the changeset viewer.