Fixed use of improper storage type for variable

darcs-hash:20060509165207-ac50b-48561332ab938fe7972bbf07f32ac1f92322d316.gz
This commit is contained in:
axel 2006-05-10 02:52:07 +10:00
parent 51f8272ebd
commit 48d9c38d1e

View File

@ -838,7 +838,7 @@ wchar_t *unescape( const wchar_t * orig, int unescape_special )
int base=16;
int byte = 0;
int max_val = 127;
wchar_t max_val = 127;
switch( in[in_pos] )
{