1
0
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:
Witold Filipczyk 2022-02-21 19:42:30 +01:00
parent c073cba185
commit 0d19a1063f

View File

@ -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;