mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
deal with old FIXME about creating library path
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f539c1aba4
commit
059d6435c3
4 changed files with 271 additions and 128 deletions
|
@ -1734,9 +1734,8 @@ NSLog(@"Creating empty user defaults database");
|
|||
_lastSync = [NSDate new]; // Record timestamp of this sync.
|
||||
NS_DURING
|
||||
{
|
||||
/*
|
||||
* If we haven't changed anything, we only need to synchronise if
|
||||
* the on-disk database has been changed by someone else.
|
||||
/* If we haven't changed anything, we only need to synchronise if
|
||||
* the on-disk database has been changed by someone else.
|
||||
*/
|
||||
if (_changedDomains != nil
|
||||
|| YES == [self wantToReadDefaultsSince: saved])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue