Skip to content

Commit

Permalink
Merge pull request #27 from astrada/issue26
Browse files Browse the repository at this point in the history
Fix #26
  • Loading branch information
astrada authored Feb 22, 2024
2 parents 36f17d2 + 63d27da commit d38ba9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Fuse_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ char **insert_foreground_option(int argc, char **argv) {
for (int i = 1; i < argc; ++i) {
new_argv[i + 1] = strdup(argv[i]);
}
new_argv[argc + 1] = NULL;
return new_argv;
}

Expand Down

0 comments on commit d38ba9c

Please sign in to comment.