Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LADSoft/OrangeC
Browse files Browse the repository at this point in the history
  • Loading branch information
LADSoft committed Aug 9, 2023
2 parents 022a32c + 18ede53 commit e507eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clibs/procont/spawn.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ static int spawnbase(const char* path, const char* args[], const char* env[], in
const char **p = args;
while (*p)
{

len += strlen(*p) + 1;
p++;
}
Expand Down

0 comments on commit e507eac

Please sign in to comment.