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 d434c2d commit af0831eCopy full SHA for af0831e
aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/io/MutableBufferNative.kt
@@ -91,7 +91,7 @@ private sealed interface InnerBuffer {
91
init {
92
pointer.pointed.len = 0.convert()
93
pointer.pointed.capacity = dest.size.convert()
94
- pointer.pointed.buffer = pinned.takeUnless { dest.isEmpty() }
+ pointer.pointed.buffer = pinned.takeUnless { dest.isEmpty() }
95
?.addressOf(0)
96
?.reinterpret()
97
}
0 commit comments