mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Patches from Kienenberger, Yamato, Frith-MacDonald.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b6341c9181
commit
38bdebb9a8
28 changed files with 668 additions and 31541 deletions
|
@ -204,7 +204,8 @@ static NSMutableString *processName = nil;
|
|||
[[NSDistributedLock lockWithPath: defaultsDatabaseLockName] retain];
|
||||
}
|
||||
if (processName == nil)
|
||||
processName = [[[NSProcessInfo processInfo] processName] retain];
|
||||
processName = [[[[NSProcessInfo processInfo] processName]
|
||||
lastPathComponent] retain];
|
||||
|
||||
// Create an empty search list
|
||||
searchList = [[NSMutableArray arrayWithCapacity:10] retain];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue