mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Filesystem change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16565 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6750d26fe9
commit
9ca631d7e0
34 changed files with 1712 additions and 2890 deletions
|
@ -2280,7 +2280,7 @@ loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr ctx)
|
|||
range: r];
|
||||
}
|
||||
|
||||
found = [NSBundle pathForGNUstepResource: name
|
||||
found = [NSBundle pathForLibraryResource: name
|
||||
ofType: @"dtd"
|
||||
inDirectory: @"DTDs"];
|
||||
if (found == nil)
|
||||
|
@ -2303,7 +2303,7 @@ loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr ctx)
|
|||
inDirectory: @"DTDs"];
|
||||
if (file == nil)
|
||||
{
|
||||
file = [NSBundle pathForGNUstepResource: local
|
||||
file = [NSBundle pathForLibraryResource: local
|
||||
ofType: @""
|
||||
inDirectory: @"DTDs"];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue