mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Tidied my last change log entry
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12798 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
72505842ee
commit
e3526bbda3
1 changed files with 3 additions and 4 deletions
|
@ -6,11 +6,10 @@ Tue Feb 26 18:01:26 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
|||
considerably the code.
|
||||
|
||||
* Source/NSBundle.m: Whenever possible, use [self method] rather
|
||||
than [NSBundle method] to invoke a class method for efficiency.
|
||||
than [NSBundle method] to invoke a class method, for efficiency.
|
||||
|
||||
* Source/NSBundle.m (objc_executable_location): Return
|
||||
_executable_location directly - using mainBundle is unsafe since
|
||||
it might be nil.
|
||||
* Source/NSBundle.m (objc_executable_location): Compute directly
|
||||
from _executable_path - using mainBundle is unsafe.
|
||||
|
||||
Tue Feb 26 17:35:03 2002 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue