mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Removed trigraphs by adding "" in the middle.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1750 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1cd033943a
commit
51b1d80fbe
1 changed files with 2 additions and 2 deletions
|
|
@ -402,11 +402,11 @@ static void statusbar_lag(SBAR_ITEM_REC *item, int get_size_only)
|
|||
g_string_sprintfa(str, "%d.%02d", server->lag/1000,
|
||||
(server->lag % 1000)/10);
|
||||
if (lag_unknown)
|
||||
g_string_append(str, " (??)");
|
||||
g_string_append(str, " (?""?)");
|
||||
}
|
||||
} else {
|
||||
/* big lag, still waiting .. */
|
||||
g_string_sprintfa(str, "%ld (??)",
|
||||
g_string_sprintfa(str, "%ld (?""?)",
|
||||
(long) (now-server->lag_sent));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue