mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Fix typo
This commit is contained in:
parent
c55383c973
commit
c10e70df3a
@ -209,7 +209,7 @@ static Result _lrRedirectApplicationPath(Service* s, u64 cmd_id, u64 tid, u64 ti
|
|||||||
raw->magic = SFCI_MAGIC;
|
raw->magic = SFCI_MAGIC;
|
||||||
raw->cmd_id = cmd_id;
|
raw->cmd_id = cmd_id;
|
||||||
raw->tid = tid;
|
raw->tid = tid;
|
||||||
raw->tid = tid2;
|
raw->tid2 = tid2;
|
||||||
|
|
||||||
strncpy(send_path, path, FS_MAX_PATH);
|
strncpy(send_path, path, FS_MAX_PATH);
|
||||||
Result rc = serviceIpcDispatch(s);
|
Result rc = serviceIpcDispatch(s);
|
||||||
|
Loading…
Reference in New Issue
Block a user