mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Add a comment explaining last change.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21337 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b71746b96d
commit
e7c655ac4b
1 changed files with 6 additions and 0 deletions
|
@ -894,6 +894,12 @@ _bundle_load_callback(Class theClass, struct objc_category *theCategory)
|
||||||
[self dealloc];
|
[self dealloc];
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Make sure we have an absolute and fully expanded path,
|
||||||
|
* so we can manipulate it without having to worry about
|
||||||
|
* details like that throughout the code.
|
||||||
|
*/
|
||||||
if ([path isAbsolutePath] == NO)
|
if ([path isAbsolutePath] == NO)
|
||||||
{
|
{
|
||||||
NSWarnMLog(@"NSBundle -initWithPath: requires absolute path names!");
|
NSWarnMLog(@"NSBundle -initWithPath: requires absolute path names!");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue