mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
exec: fix use of same task id for different tasks (closes #1491)
This commit is contained in:
@@ -43,7 +43,7 @@ enum t_exec_color
|
||||
struct t_exec_cmd
|
||||
{
|
||||
/* command/process */
|
||||
int number; /* command number */
|
||||
long number; /* command number */
|
||||
char *name; /* name of command */
|
||||
struct t_hook *hook; /* pointer to process hook */
|
||||
char *command; /* command (with arguments) */
|
||||
|
||||
Reference in New Issue
Block a user