Hi,

In GSFindNamedFile you use:

      file_name = [NSString stringWithFormat: @"[EMAIL PROTECTED]@", aName, 
anExtension];

should not that be rather:

      file_name = [aName stringByAppendingPathExtension:anExtension];

?

Stefan

Citát Richard Frith-Macdonald <[EMAIL PROTECTED]>:

> CVSROOT:      /cvsroot/gnustep
> Module name:  gnustep
> Branch:       
> Changes by:   Richard Frith-Macdonald <[EMAIL PROTECTED]>     05/03/15 
> 08:11:04
> 
> Modified files:
>       core/base      : ChangeLog 
>       core/base/Headers/Foundation: NSPathUtilities.h 
>       core/base/Source: DocMakefile GNUmakefile NSPathUtilities.m 
>       core/base/Source/Additions: GNUmakefile 
> Added files:
>       core/base/Headers/Additions/GNUstepBase: GSFunctions.h 
>       core/base/Source/Additions: GSFunctions.m 
> 
> Log message:
>       Add new files to separate extension functions from main base library.
> 
> CVSWeb URLs:
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/ChangeLog.diff?tr1=1.2480&tr2=1.2481&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Headers/Additions/GNUstepBase/GSFunctions.h?rev=1.1
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Headers/Foundation/NSPathUtilities.h.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/DocMakefile.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/GNUmakefile.diff?tr1=1.151&tr2=1.152&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/NSPathUtilities.m.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/Additions/GSFunctions.m?rev=1.1
>
http://savannah.gnu.org/cgi-bin/viewcvs/gnustep/gnustep/core/base/Source/Additions/GNUmakefile.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
> 
> 
> 
> 


Stefan Urbanek
--
http://stefan.agentfarms.net

First they ignore you, then they laugh at you, then they fight you, then
you win.
- Mahatma Gandhi


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to