mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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 {
|
} else {
|
||||||
/* big lag, still waiting .. */
|
/* 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;
|
size_needed = str->len+7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user