Sat, 09 Dec 2023 21:08:47 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
shell/shelf.c
→
shell/shelf.c
@@ -82,7 +82,7 @@ if (strlen(buffer) == 0) { continue; }
char *file = buffer; char *args = strchr(file, ' '); - char *amp = strchr(file, '.'); + char *amp = strchr(file, ','); if (args != NULL) { args[0] = 0;