mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
dereference pointer. Closes #612
This commit is contained in:
parent
8ce306b9b6
commit
b954aaf35d
@ -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 (!buffer || !size) return MAKERESULT(Module_Libnx, LibnxError_BadInput);
|
||||||
|
|
||||||
if (_swkbdInlineHandleFinished(s)) {
|
if (_swkbdInlineHandleFinished(s)) {
|
||||||
data_available = false;
|
*data_available = false;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user