mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Apply 05upgrade-check-binary.dpatch with some modifications.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4366 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9f0cd484e5
commit
8ca4e8544b
5 changed files with 39 additions and 13 deletions
|
|
@ -40,7 +40,8 @@ enum {
|
|||
CMDERR_NOT_GOOD_IDEA, /* not good idea to do, -yes overrides this */
|
||||
CMDERR_INVALID_TIME, /* invalid time specification */
|
||||
CMDERR_INVALID_CHARSET, /* invalid charset specification */
|
||||
CMDERR_EVAL_MAX_RECURSE /* eval hit recursion limit */
|
||||
CMDERR_EVAL_MAX_RECURSE, /* eval hit recursion limit */
|
||||
CMDERR_PROGRAM_NOT_FOUND /* program not found */
|
||||
};
|
||||
|
||||
/* Return the full command for `alias' */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue