1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[python] Compilation warning

This commit is contained in:
Witold Filipczyk 2020-08-09 19:50:19 +02:00
parent 3e85e37909
commit f2557c9885

View File

@ -218,7 +218,7 @@ script_hook_pre_format_html(va_list ap, void *data)
mem_free(dec_data);
goto error;
}
inbuf = str;
inbuf = (char *)str;
outbuf = dec_data;
ileft = len;
oleft = len * 4;