Fixed word-index that the handle is loaded from in the cmdreply, for MIC_GetEventHandle().
This commit is contained in:
parent
ffef3fd06b
commit
300a0ed125
@ -207,7 +207,7 @@ Result MIC_GetEventHandle(Handle *handle)
|
|||||||
|
|
||||||
if((ret = svcSendSyncRequest(MIC_handle))!=0)return ret;
|
if((ret = svcSendSyncRequest(MIC_handle))!=0)return ret;
|
||||||
|
|
||||||
if(handle)*handle = cmdbuf[2];
|
if(handle)*handle = cmdbuf[3];
|
||||||
|
|
||||||
return (Result)cmdbuf[1];
|
return (Result)cmdbuf[1];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user