We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba00fe5 commit e109a13Copy full SHA for e109a13
Source/String.swift
@@ -182,7 +182,7 @@ public struct SwiftString /*: Streamable*/ {
182
#if COOPER
183
return remobjects.elements.system.length(nativeStringValue) // for now?
184
#else
185
- return RemObjects.Elements.System.length(stringData)
+ return RemObjects.Elements.System.length(nativeStringValue)
186
#endif
187
}
188
0 commit comments