Ticket #16106: UnAlz.cpp.patch
File UnAlz.cpp.patch, 378 bytes (added by jgkim@…, 16 years ago) |
---|
-
UnAlz.cpp
old new 445 445 char inbuf[ICONV_BUF_SIZE]; 446 446 char outbuf[ICONV_BUF_SIZE]; 447 447 #if defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__APPLE__) || defined(__NetBSD__) 448 c onst char *inptr = inbuf;448 char *inptr = inbuf; 449 449 #else 450 450 char *inptr = inbuf; 451 451 #endif