Fix /eval recursion crashing (debian/patches/04eval_recurse.dpatch by David Pashley)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3865 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Wouter Coekaerts 2005-07-17 16:43:18 +00:00 committed by coekie
commit 547065cb42
5 changed files with 12 additions and 2 deletions

View file

@ -49,7 +49,8 @@ static int ret_texts[] = {
TXT_ILLEGAL_PROTO,
TXT_NOT_GOOD_IDEA,
TXT_INVALID_TIME,
TXT_INVALID_CHARSET
TXT_INVALID_CHARSET,
TXT_EVAL_MAX_RECURSE
};
int command_hide_output;