mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-27 14:29:42 +03:00
Variable already existed.
This commit is contained in:
parent
391defb1c4
commit
5a2212fda6
@ -1283,7 +1283,7 @@ bool box_construct_text(struct box_construct_ctx *ctx)
|
||||
text[text_len] = '\0';
|
||||
|
||||
/* TODO: Handle tabs properly */
|
||||
for (int i = 0; i < text_len; i++)
|
||||
for (i = 0; i < text_len; i++)
|
||||
if (text[i] == '\t')
|
||||
text[i] = ' ';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user