Revision: 29419
          http://sourceforge.net/p/bibdesk/svn/29419
Author:   hofman
Date:     2025-08-05 16:31:16 +0000 (Tue, 05 Aug 2025)
Log Message:
-----------
pass nintex error

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

Modified: trunk/bibdesk/BDSKIACRParser.m
===================================================================
--- trunk/bibdesk/BDSKIACRParser.m      2025-08-05 15:36:58 UTC (rev 29418)
+++ trunk/bibdesk/BDSKIACRParser.m      2025-08-05 16:31:16 UTC (rev 29419)
@@ -84,7 +84,7 @@
         
         if (bibtexNode) {
             NSString *bibtexString = [bibtexNode stringValue];
-            BibItem *item = [[self itemsFromBibTeXString:bibtexString 
error:NULL] firstObject];
+            BibItem *item = [[self itemsFromBibTeXString:bibtexString 
error:outError] firstObject];
             
             if (item) {
                 NSString *baseURLString = [url absoluteString];

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