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:
Richard Frith-Macdonald 2005-06-21 12:57:20 +00:00
parent 0782d3a2ab
commit 4aab090090

View file

@ -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!");