Fix missing first letter in busy server error popup

This commit is contained in:
Berke Viktor 2013-04-14 13:11:35 +02:00
parent 069a6adb19
commit b407bfa168
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ process_numeric (session * sess, int n,
if (fe_is_chanwindow (sess->server))
{
fe_chan_list_end (sess->server);
fe_message (word_eol[4] + 1, FE_MSG_ERROR);
fe_message (word_eol[4], FE_MSG_ERROR);
}
goto def;