Changeset 24245 for titan/titan


Ignore:
Timestamp:
10/12/13 18:38:35 (11 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/sock.h

    r24244 r24245  
    781781                char* outbuf = NULL;
    782782               
    783                 unzipret = ounzip(buf, count, &outbuf, &outlen, MINMALLOC * 100, 0);
     783                unzipret = ounzip(buf, count, &outbuf, &outlen, MINMALLOC * 100, 2);
    784784                if(unzipret == 0 && outbuf != NULL)
    785785                {
Note: See TracChangeset for help on using the changeset viewer.