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:
rfm 2011-11-14 10:01:24 +00:00
parent f539c1aba4
commit 059d6435c3
4 changed files with 271 additions and 128 deletions

View file

@ -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])