netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=988105e4eb6d00e8adcdcf2b0930ee469d56624a
commit 988105e4eb6d00e8adcdcf2b0930ee469d56624a Author: Alastair Poole <[email protected]> Date: Sun Apr 26 01:55:47 2020 +0100 proc: clean up --- src/bin/process.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/process.c b/src/bin/process.c index ea91754..b611973 100644 --- a/src/bin/process.c +++ b/src/bin/process.c @@ -187,11 +187,10 @@ _cmd_args(Proc_Info *p, int pid, char *name, size_t len) snprintf(name, len, "%s", ecore_file_file_get(line)); p->arguments = strdup(line); } - fclose(f); + fclose(f); } } - char *end = strchr(name, ' '); if (end) *end = '\0'; --
