Minor fix for zombies and new tool added.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13363 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-04-05 16:26:47 +00:00
parent 8b35de5603
commit 6fbf6d25ab
8 changed files with 156 additions and 8 deletions

View file

@ -44,7 +44,7 @@ main(int argc, char** argv, char **env)
proc = [NSProcessInfo processInfo];
if (proc == nil)
{
NSLog(@"defaults: unable to get process information!\n");
NSLog(@"plparse: unable to get process information!\n");
[pool release];
exit(0);
}