actually set arguments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39727 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2016-05-05 23:27:58 +00:00
parent be30cbfa45
commit 684a1b9836

View file

@ -234,6 +234,7 @@ static NSImage *downImage = nil;
args = [NSArray arrayWithObjects:[NSString stringWithFormat:@"%d", subProcessId], nil];
t = [NSTask new];
[t setArguments: args];
[t setLaunchPath:@"tskill.exe"];
[t launch];
[t release];