mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
parent
a5e95167d9
commit
a55b883146
@ -63,11 +63,11 @@ namespace Noux {
|
||||
|
||||
/* prepend a comma in front of each entry except for the first one */
|
||||
if (i) {
|
||||
snprintf(env + j, sizeof(env) - j, ",");
|
||||
snprintf(_env + j, sizeof(_env) - j, ",");
|
||||
j++;
|
||||
}
|
||||
|
||||
snprintf(env + j, sizeof(env) - j, "%s", src);
|
||||
snprintf(_env + j, sizeof(_env) - j, "%s", src);
|
||||
|
||||
/* skip null separator in source string */
|
||||
i += strlen(src) + 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user