Same deal for another return parameter
This commit is contained in:
parent
5b67f4d383
commit
5527b6dc79
@ -126,7 +126,7 @@ actual object LibsodiumUtil {
|
|||||||
data,
|
data,
|
||||||
data.length.convert(),
|
data.length.convert(),
|
||||||
null,
|
null,
|
||||||
binLenPinned.addressOf(0),
|
binLenPinned.addressOf(0) as kotlinx.cinterop.CValuesRef<platform.posix.size_tVar>, // TODO Find a better solution for this!
|
||||||
null,
|
null,
|
||||||
variant.value
|
variant.value
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user