Changeset 133 for smplayer/vendor/current/zlib/test
- Timestamp:
- Oct 24, 2012, 7:56:20 PM (13 years ago)
- Location:
- smplayer/vendor/current/zlib
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from smplayer/vendor/current/zlib-1.2.6 )
-
test/minigzip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/zlib/test/minigzip.c
r121 r133 198 198 int ret; 199 199 200 gz = malloc(sizeof( gzFile));200 gz = malloc(sizeof(struct gzFile_s)); 201 201 if (gz == NULL) 202 202 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
