KVC updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-03-02 11:46:21 +00:00
parent 0528b31e80
commit a4219a7c74
6 changed files with 453 additions and 88 deletions

View file

@ -595,8 +595,8 @@ _bundle_load_callback(Class theClass, struct objc_category *theCategory)
path. (Using '/' here is safe; it isn't the path separator
everywhere, but it is on all systems that have PROCFS_EXE_LINK.)
*/
if ([_executable_path length] > 0 &&
[_executable_path characterAtIndex: 0] != '/')
if ([_executable_path length] > 0
&& [_executable_path characterAtIndex: 0] != '/')
{
_executable_path = nil;
}