Changeset 24245 for titan/titan/sock.h
- Timestamp:
- 10/12/13 18:38:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/sock.h
r24244 r24245 781 781 char* outbuf = NULL; 782 782 783 unzipret = ounzip(buf, count, &outbuf, &outlen, MINMALLOC * 100, 0);783 unzipret = ounzip(buf, count, &outbuf, &outlen, MINMALLOC * 100, 2); 784 784 if(unzipret == 0 && outbuf != NULL) 785 785 {
Note: See TracChangeset
for help on using the changeset viewer.