mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[form] explicit cast
This commit is contained in:
parent
c073cba185
commit
0d19a1063f
@ -590,7 +590,7 @@ drew_char:
|
||||
s = fc->labels[fs->state];
|
||||
else
|
||||
/* XXX: when can this happen? --pasky */
|
||||
s = "";
|
||||
s = (char *)"";
|
||||
|
||||
/* insert preceding '[_' */
|
||||
i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user