From 5438f62f7489d6651973501b84b29200d7fd74d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 3 May 2020 16:07:11 +0200 Subject: exec: fix use of same task id for different tasks (closes #1491) --- src/plugins/exec/exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/exec/exec.h') diff --git a/src/plugins/exec/exec.h b/src/plugins/exec/exec.h index 82bf79280..26492f52f 100644 --- a/src/plugins/exec/exec.h +++ b/src/plugins/exec/exec.h @@ -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) */ -- cgit v1.2.3