Revision: 29151
http://sourceforge.net/p/bibdesk/svn/29151
Author: hofman
Date: 2025-04-20 16:26:58 +0000 (Sun, 20 Apr 2025)
Log Message:
-----------
Do not remove scheme from remote url now that we truncate the head
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-20
16:24:49 UTC (rev 29150)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-20
16:26:58 UTC (rev 29151)
@@ -4793,9 +4793,6 @@
_isFile = YES;
} else {
NSString *name = [aURL absoluteString];
- NSRange range = [name rangeOfString:@"://"];
- if (range.location != NSNotFound)
- name = [name substringFromIndex:NSMaxRange(range)];
#if defined(MAC_OS_X_VERSION_10_9) && MAC_OS_X_VERSION_MIN_REQUIRED >=
MAC_OS_X_VERSION_10_9
_name = [[name stringByRemovingPercentEncoding] copy];
#else
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