mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Fixed error handling with appletHolderPushInData() for tmem-storage in swkbdShow().
This commit is contained in:
parent
b463693094
commit
3a14e9094a
@ -287,7 +287,7 @@ Result swkbdShow(SwkbdConfig* c, char* out_string, size_t out_string_size) {
|
||||
|
||||
if (R_SUCCEEDED(rc)) {
|
||||
if (R_SUCCEEDED(rc)) rc = appletCreateTransferMemoryStorage(&storage, c->workbuf, c->workbuf_size, true);
|
||||
appletHolderPushInData(&holder, &storage);
|
||||
if (R_SUCCEEDED(rc)) rc = appletHolderPushInData(&holder, &storage);
|
||||
}
|
||||
|
||||
if (R_SUCCEEDED(rc)) rc = appletHolderStart(&holder);
|
||||
|
Loading…
Reference in New Issue
Block a user