mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Removed a warning
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@452 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
07982e1790
commit
eaf49f020a
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ static void statusbar_lag(SBAR_ITEM_REC *item, int ypos)
|
|||
}
|
||||
} else {
|
||||
/* big lag, still waiting .. */
|
||||
g_string_sprintf(str, "%ld (??)", now-server->lag_sent);
|
||||
g_string_sprintf(str, "%ld (??)", (long) (now-server->lag_sent));
|
||||
size_needed = str->len+7;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue