dereference pointer. Closes #612

This commit is contained in:
Dave Murphy 2023-06-07 16:16:37 +01:00
parent 8ce306b9b6
commit b954aaf35d
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0

View File

@ -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;
}