From 306836766acdd32bdce6f049e6172ec98cda15a8 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 17 Sep 2017 11:37:22 -0700 Subject: [PATCH] Fix build error in RSWeb. --- Frameworks/RSWeb/RSWeb/URL+RSWeb.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/RSWeb/RSWeb/URL+RSWeb.swift b/Frameworks/RSWeb/RSWeb/URL+RSWeb.swift index 6ddba35eb..d482fc167 100755 --- a/Frameworks/RSWeb/RSWeb/URL+RSWeb.swift +++ b/Frameworks/RSWeb/RSWeb/URL+RSWeb.swift @@ -64,6 +64,6 @@ private extension String { } let index = self.index(self.startIndex, offsetBy: prefix.characters.count) - return substring(from: index) + return String(self[..