mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04: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
@ -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…
Reference in New Issue
Block a user