mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
0782d3a2ab
commit
4aab090090
1 changed files with 6 additions and 0 deletions
|
@ -894,6 +894,12 @@ _bundle_load_callback(Class theClass, struct objc_category *theCategory)
|
|||
[self dealloc];
|
||||
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)
|
||||
{
|
||||
NSWarnMLog(@"NSBundle -initWithPath: requires absolute path names!");
|
||||
|
|
Loading…
Reference in a new issue