Revision: 22535
http://sourceforge.net/p/bibdesk/svn/22535
Author: hofman
Date: 2018-08-26 21:22:54 +0000 (Sun, 26 Aug 2018)
Log Message:
-----------
pass on error
Modified Paths:
--------------
trunk/bibdesk/BDSKProjectEuclidParser.m
Modified: trunk/bibdesk/BDSKProjectEuclidParser.m
===================================================================
--- trunk/bibdesk/BDSKProjectEuclidParser.m 2018-08-26 21:19:05 UTC (rev
22534)
+++ trunk/bibdesk/BDSKProjectEuclidParser.m 2018-08-26 21:22:54 UTC (rev
22535)
@@ -130,12 +130,11 @@
- (NSArray *)itemsFromDownload:(BDSKCitationDownload *)download error:(NSError
**)outError {
NSArray *results = nil;
- NSError *error = nil;
NSDictionary *contextInfo = [download contextInfo];
Class parserClass = (Class)[contextInfo objectForKey:@"parserClass"];
NSString *myIdentifier = [contextInfo objectForKey:@"myIdentifier"];
- results = [parserClass itemsFromDownload:download parser:self
error:&error];
+ results = [parserClass itemsFromDownload:download parser:self
error:outError];
if ([results count] > 0 && myIdentifier != nil) {
// add Project Euclid URL to item's own record
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