From 1e6c8e6325635016781f6c95f193f7b785c146d4 Mon Sep 17 00:00:00 2001 From: Random <28494085+Random0666@users.noreply.github.com> Date: Sat, 8 Sep 2018 16:51:06 +0200 Subject: [PATCH] Update ns.c --- nx/source/services/ns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/ns.c b/nx/source/services/ns.c index c2d41a02..4b3197f0 100644 --- a/nx/source/services/ns.c +++ b/nx/source/services/ns.c @@ -102,7 +102,7 @@ Result nsListApplicationRecord(NsApplicationRecord* buffer, size_t size, size_t* { u64 magic; u64 cmd_id; - u32 entry_offset; + size_t entry_offset; } *raw; raw = ipcPrepareHeader(&c, sizeof(*raw));