mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
wrong version comitted ... update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39441 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9e78ad5cf4
commit
c3bfea209f
1 changed files with 6 additions and 6 deletions
|
@ -977,15 +977,15 @@ GNUstepConfig(NSDictionary *newConfig)
|
|||
{
|
||||
if (fromEnvironment == YES)
|
||||
{
|
||||
fprintf(stderr, "GNUSTEP_CONFIG_FILE value ('%s') is not "
|
||||
@"an absolute path. Please fix the environment "
|
||||
@"variable.\n", [file UTF8String]);
|
||||
fprintf(stderr, "GNUSTEP_CONFIG_FILE value ('%s') is not"
|
||||
" an absolute path. Please fix the environment"
|
||||
" variable.\n", [file UTF8String]);
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(stderr, "GNUSTEP_CONFIG_FILE value ('%s') is not "
|
||||
@"an absolute path. Please rebuild GNUstep-base "
|
||||
@"specifying a valid path to the config file.\n",
|
||||
fprintf(stderr, "GNUSTEP_CONFIG_FILE value ('%s') is not"
|
||||
" an absolute path. Please rebuild GNUstep-base"
|
||||
" specifying a valid path to the config file.\n",
|
||||
[file UTF8String]);
|
||||
}
|
||||
#if defined(__MINGW_)
|
||||
|
|
Loading…
Reference in a new issue