Revision: 27813
          http://sourceforge.net/p/bibdesk/svn/27813
Author:   hofman
Date:     2022-08-19 14:11:26 +0000 (Fri, 19 Aug 2022)
Log Message:
-----------
assign rather than equality

Modified Paths:
--------------
    trunk/bibdesk/BDSKWebIconDatabase.m

Modified: trunk/bibdesk/BDSKWebIconDatabase.m
===================================================================
--- trunk/bibdesk/BDSKWebIconDatabase.m 2022-08-19 07:49:21 UTC (rev 27812)
+++ trunk/bibdesk/BDSKWebIconDatabase.m 2022-08-19 14:11:26 UTC (rev 27813)
@@ -73,7 +73,7 @@
         if (data) {
             dict = [NSPropertyListSerialization propertyListWithData:data  
options:NSPropertyListMutableContainers format:NULL error:NULL];
             if ([[dict objectForKey:VERSION_KEY] integerValue] > VERSION)
-                dict == nil;
+                dict = nil;
         }
         icons = [[NSMutableDictionary alloc] initWithDictionary:[dict 
objectForKey:ICONS_KEY]];
         pages = [[NSMutableDictionary alloc] initWithDictionary:[dict 
objectForKey:PAGES_KEY]];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to