forgot something...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@970 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
5618dc9edc
commit
5d68d98a44
@ -282,7 +282,7 @@ static void decode_des_etc(BYTE *buf,int len,int type,int cycle)
|
||||
* Grf data decode sub : zip
|
||||
*------------------------------------------
|
||||
*/
|
||||
int decode_zip(char *dest, unsigned long* destLen, const char* source, unsigned long sourceLen)
|
||||
int decode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* source, unsigned long sourceLen)
|
||||
{
|
||||
z_stream stream;
|
||||
int err;
|
||||
@ -313,7 +313,7 @@ int decode_zip(char *dest, unsigned long* destLen, const char* source, unsigned
|
||||
return err;
|
||||
}
|
||||
|
||||
int encode_zip(char *dest, unsigned long* destLen, const char* source, unsigned long sourceLen) {
|
||||
int encode_zip(unsigned char *dest, unsigned long* destLen, const unsigned char* source, unsigned long sourceLen) {
|
||||
z_stream stream;
|
||||
int err;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user