mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 09:31:07 +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
86c924bc0c
commit
be9ea12573
1 changed files with 1 additions and 2 deletions
|
@ -494,8 +494,7 @@ static char **_gnu_noobjc_env = NULL;
|
||||||
vectors = (char **)pinfo.pr_argv;
|
vectors = (char **)pinfo.pr_argv;
|
||||||
if (!vectors)
|
if (!vectors)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Error: psinfo does not return arguments for the current
|
fprintf(stderr, "Error: psinfo does not return arguments for the current process\n");
|
||||||
process\n");
|
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
/* copy the argument strings */
|
/* copy the argument strings */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue