mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Fix some ANSI C issues.
This commit is contained in:
parent
cf98260ede
commit
47e792da05
6 changed files with 15 additions and 9 deletions
|
|
@ -671,8 +671,8 @@ void statusbar_item_default_handler(SBAR_ITEM_REC *item, int get_size_only,
|
|||
WI_ITEM_REC *wiitem;
|
||||
char *tmpstr, *tmpstr2;
|
||||
theme_rm_col reset;
|
||||
strcpy(reset.m, "n");
|
||||
int len;
|
||||
strcpy(reset.m, "n");
|
||||
|
||||
if (str == NULL)
|
||||
str = statusbar_item_get_value(item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue