Skip to content

Commit e109a13

Browse files
committed
#ifdef fix for COOPER?
1 parent ba00fe5 commit e109a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/String.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public struct SwiftString /*: Streamable*/ {
182182
#if COOPER
183183
return remobjects.elements.system.length(nativeStringValue) // for now?
184184
#else
185-
return RemObjects.Elements.System.length(stringData)
185+
return RemObjects.Elements.System.length(nativeStringValue)
186186
#endif
187187
}
188188

0 commit comments

Comments
 (0)