1
0
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:
Sébastien Helleu
2020-05-03 16:07:11 +02:00
parent df26301d03
commit 5438f62f74
18 changed files with 100 additions and 110 deletions
+1 -1
View File
@@ -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) */