Build and code fixes

This commit is contained in:
brenosilva
2011-06-14 15:01:17 +00:00
parent f43e8aff83
commit db6de09aad
7 changed files with 56 additions and 81 deletions

View File

@@ -1022,7 +1022,7 @@ int js_decode_nonstrict_inplace(unsigned char *input, long int input_len) {
int urldecode_uni_nonstrict_inplace_ex(unsigned char *input, long int input_len, int *changed) {
unsigned char *d = input;
long int i, count, fact, j, xv;
unsigned int Code, hmap = -1;
int Code, hmap = -1;
*changed = 0;