mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-22 19:31:36 +00:00
use all domains for bundle lookup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@37043 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
343a0d0fba
commit
b61289382a
1 changed files with 1 additions and 1 deletions
|
@ -2197,7 +2197,7 @@ static unsigned int maxConnections = 8;
|
||||||
unsigned count;
|
unsigned count;
|
||||||
|
|
||||||
paths = NSSearchPathForDirectoriesInDomains(NSLibraryDirectory,
|
paths = NSSearchPathForDirectoriesInDomains(NSLibraryDirectory,
|
||||||
NSLocalDomainMask, YES);
|
NSAllDomainsMask, YES);
|
||||||
count = [paths count];
|
count = [paths count];
|
||||||
tried = [NSMutableArray arrayWithCapacity: count];
|
tried = [NSMutableArray arrayWithCapacity: count];
|
||||||
while (count-- > 0)
|
while (count-- > 0)
|
||||||
|
|
Loading…
Reference in a new issue