diff options
author | Marvin Borner | 2021-01-07 18:48:40 +0100 |
---|---|---|
committer | Marvin Borner | 2021-01-07 18:48:40 +0100 |
commit | 8fb2349d12e21868c77f2c975dbd958eb2536499 (patch) | |
tree | 59c6c5e60d701e3b317717a9352c3b0c47c8d0db /apps | |
parent | 016a9b0ed1d1246cb490d475bf35c2f502c70b2c (diff) |
Several things
Sorry :D
Diffstat (limited to 'apps')
-rw-r--r-- | apps/exec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/exec.c b/apps/exec.c index 726544d..e7cfcd8 100644 --- a/apps/exec.c +++ b/apps/exec.c @@ -30,6 +30,7 @@ void on_submit(struct gui_event_keyboard *event, struct element *elem) u8 l = strlen(PATH) + strlen(inp) + 1; char *final = malloc(l); + final[0] = '\0'; strcat(final, PATH); strcat(final, inp); |