Revision: 22414
http://sourceforge.net/p/bibdesk/svn/22414
Author: hofman
Date: 2018-07-13 14:56:50 +0000 (Fri, 13 Jul 2018)
Log Message:
-----------
assignment rather than equality
Modified Paths:
--------------
trunk/bibdesk/BibItem.m
Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m 2018-07-13 14:31:33 UTC (rev 22413)
+++ trunk/bibdesk/BibItem.m 2018-07-13 14:56:50 UTC (rev 22414)
@@ -1476,7 +1476,7 @@
BOOL hasSkimNotes = NO;
for (BDSKLinkedFile *file in localFiles) {
if ([file URL] == nil)
- hasMissingFile == YES;
+ hasMissingFile = YES;
else if (hasSkimNotes == NO && [file hasSkimNotes])
hasSkimNotes = YES;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit