Revision: 28808
          http://sourceforge.net/p/bibdesk/svn/28808
Author:   hofman
Date:     2024-02-23 17:00:36 +0000 (Fri, 23 Feb 2024)
Log Message:
-----------
variable is an integer

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

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2024-02-23 16:59:13 UTC (rev 28807)
+++ trunk/bibdesk/BibItem.m     2024-02-23 17:00:36 UTC (rev 28808)
@@ -4172,7 +4172,7 @@
     NSUserDefaults *sud = [NSUserDefaults standardUserDefaults];
     
     if (0 == [files count] && [sud boolForKey:BDSKUseLocalUrlAndUrlKey] == NO 
&& [sud boolForKey:BDSKAutomaticallyConvertURLFieldsKey] && [[self owner] 
isDocument]) {
-        NSInteger added = NO;
+        NSInteger added = 0;
         BDSKRemoveFieldsOption removeMask = BDSKRemoveNoFields;
         if ([sud boolForKey:BDSKRemoveConvertedLocalFileFieldsKey])
             removeMask |= BDSKRemoveLocalFileFields;

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