Revision: 21958
          http://sourceforge.net/p/bibdesk/svn/21958
Author:   hofman
Date:     2018-02-18 17:52:23 +0000 (Sun, 18 Feb 2018)
Log Message:
-----------
no need for check we already did

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

Modified: trunk/bibdesk/BDSKLinkedBibTeXParser.m
===================================================================
--- trunk/bibdesk/BDSKLinkedBibTeXParser.m      2018-02-18 17:24:41 UTC (rev 
21957)
+++ trunk/bibdesk/BDSKLinkedBibTeXParser.m      2018-02-18 17:52:23 UTC (rev 
21958)
@@ -98,7 +98,7 @@
                     bibtexURLString = [NSString stringWithFormat:@"%@:%@", 
[url scheme], bibtexURLString];
                 } else if ([bibtexURLString hasPrefix:@"/"]) {
                     bibtexURLString = [NSString stringWithFormat:@"%@://%@%@", 
[url scheme], [url host], bibtexURLString];
-                } else if ([bibtexURLString containsString:@"://"] == NO) {
+                } else {
                     NSString *path = [url path];
                     if ([path hasSuffix:@"/"] == NO) {
                         path = [path stringByDeletingLastPathComponent];

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
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to