* GSWeb.framework/GSWClientSideScript.m:

o removed warning


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17020 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2003-06-25 15:20:04 +00:00
parent 9ec32abbbc
commit d805c41c7d

View file

@ -164,7 +164,7 @@ RCS_ID("$Id$")
NSString* path=nil;
resourceManager=[GSWApp resourceManager];
path=[resourceManager pathForResourceNamed:scriptFileName
ofType:nil
inFramework:nil
languages:[aContext languages]];
if (path)
{