Revision: 29912
http://sourceforge.net/p/bibdesk/svn/29912
Author: hofman
Date: 2025-11-30 16:55:22 +0000 (Sun, 30 Nov 2025)
Log Message:
-----------
no need to continue, we do that anyway
Modified Paths:
--------------
trunk/bibdesk/BibItem.m
Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m 2025-11-30 15:43:29 UTC (rev 29911)
+++ trunk/bibdesk/BibItem.m 2025-11-30 16:55:22 UTC (rev 29912)
@@ -430,9 +430,7 @@
NSString *value1 = [self stringValueOfField:key inherit:NO];
NSString *value2 = [aBI stringValueOfField:key inherit:NO];
if ([NSString isEmptyString:value1]) {
- if ([NSString isEmptyString:value2])
- continue;
- else
+ if ([NSString isEmptyString:value2] == NO)
return NO;
} else if ([NSString isEmptyString:value2]) {
return NO;
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