mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Temprary fix for older compilers ... avoid setting protocol for proxy
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17101 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
03086200c9
commit
c056845ac4
3 changed files with 10 additions and 3 deletions
|
@ -864,6 +864,7 @@ main(int argc, char** argv, char** env)
|
|||
#ifdef GS_PASS_ARGUMENTS
|
||||
[NSProcessInfo initializeWithArguments:argv count:argc environment:env];
|
||||
#endif
|
||||
[NSObject enableDoubleReleaseCheck: YES];
|
||||
if (argc > 1 && strcmp(argv[argc-1], "-f") == 0)
|
||||
{
|
||||
shouldFork = NO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue