diff --git a/nx/source/applets/swkbd.c b/nx/source/applets/swkbd.c index 94256023..491a3174 100644 --- a/nx/source/applets/swkbd.c +++ b/nx/source/applets/swkbd.c @@ -553,7 +553,7 @@ Result swkbdInlineGetImage(SwkbdInline* s, void* buffer, u64 size, bool *data_av if (!buffer || !size) return MAKERESULT(Module_Libnx, LibnxError_BadInput); if (_swkbdInlineHandleFinished(s)) { - data_available = false; + *data_available = false; return 0; }