summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm/lm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/lm/lm.cpp')
-rw-r--r--src/core/hle/service/lm/lm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp
index ef4b54046..0da461e6c 100644
--- a/src/core/hle/service/lm/lm.cpp
+++ b/src/core/hle/service/lm/lm.cpp
@@ -94,7 +94,7 @@ public:
private:
void Log(Kernel::HLERequestContext& ctx) {
std::size_t offset{};
- const auto data = ctx.ReadBuffer();
+ const auto data = ctx.ReadBufferSpan();
// This function only succeeds - Get that out of the way
IPC::ResponseBuilder rb{ctx, 2};