Author: rfm
Date: Wed Mar  2 13:59:58 2016
New Revision: 39441

URL: http://svn.gna.org/viewcvs/gnustep?rev=39441&view=rev
Log:
wrong version comitted ... update

Modified:
    libs/base/trunk/Source/NSPathUtilities.m

Modified: libs/base/trunk/Source/NSPathUtilities.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/trunk/Source/NSPathUtilities.m?rev=39441&r1=39440&r2=39441&view=diff
==============================================================================
--- libs/base/trunk/Source/NSPathUtilities.m    (original)
+++ libs/base/trunk/Source/NSPathUtilities.m    Wed Mar  2 13:59:58 2016
@@ -977,15 +977,15 @@
                {
                  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_)


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to