mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[python] Compilation warning
This commit is contained in:
parent
3e85e37909
commit
f2557c9885
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user