mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
0528b31e80
commit
a4219a7c74
6 changed files with 453 additions and 88 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue