mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tweak to compile correctly
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21636 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ef672b739
commit
343d1715a0
1 changed files with 1 additions and 2 deletions
|
@ -494,8 +494,7 @@ static char **_gnu_noobjc_env = NULL;
|
|||
vectors = (char **)pinfo.pr_argv;
|
||||
if (!vectors)
|
||||
{
|
||||
fprintf(stderr, "Error: psinfo does not return arguments for the current
|
||||
process\n");
|
||||
fprintf(stderr, "Error: psinfo does not return arguments for the current process\n");
|
||||
abort();
|
||||
}
|
||||
/* copy the argument strings */
|
||||
|
|
Loading…
Reference in a new issue