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:
Richard Frith-MacDonald 2016-03-02 12:59:58 +00:00
parent 9e78ad5cf4
commit c3bfea209f

View file

@ -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_)