fix change in revision 20162, the path was left out
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20186 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
655fd21ca8
commit
301d9851fe
@ -778,6 +778,7 @@ team_create_thread_start(void *args)
|
||||
|
||||
// add args to info member
|
||||
team->args[0] = 0;
|
||||
strlcpy(team->args, path, sizeof(team->args));
|
||||
for (i = 1; i < argCount; i++) {
|
||||
strlcat(team->args, " ", sizeof(team->args));
|
||||
strlcat(team->args, teamArgs->args[i], sizeof(team->args));
|
||||
|
Loading…
Reference in New Issue
Block a user