Fix error message printing for raw numeric 263

This commit is contained in:
Berke Viktor 2012-10-24 12:54:02 +02:00
parent ac9bbc6d99
commit bdbb3d14bd
1 changed files with 1 additions and 1 deletions

View File

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