mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[form] explicit cast to char *
This commit is contained in:
parent
af06f55353
commit
c073cba185
@ -462,7 +462,7 @@ utf8:
|
||||
|
||||
retry_after_scroll:
|
||||
text = fs->value;
|
||||
if (!text) text = "";
|
||||
if (!text) text = (char *)"";
|
||||
len = strlen(text);
|
||||
int_bounds(&fs->state, 0, len);
|
||||
int_bounds(&fs->vpos, 0, fs->state);
|
||||
|
Loading…
Reference in New Issue
Block a user