mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix build error in RSWeb.
This commit is contained in:
@@ -64,6 +64,6 @@ private extension String {
|
||||
}
|
||||
|
||||
let index = self.index(self.startIndex, offsetBy: prefix.characters.count)
|
||||
return substring(from: index)
|
||||
return String(self[..<index])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user