From cfbe7669b4753ee7004114d11cb5c19ede8fd2e5 Mon Sep 17 00:00:00 2001 From: "Elad.Ash" <18193363+elad335@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:22:35 +0200 Subject: [PATCH] Update serialization.hpp --- rpcs3/util/serialization.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/util/serialization.hpp b/rpcs3/util/serialization.hpp index 0fff1a66ed..f29338a185 100644 --- a/rpcs3/util/serialization.hpp +++ b/rpcs3/util/serialization.hpp @@ -140,7 +140,7 @@ public: { data.insert(data.begin() + pos - data_offset, ptr, ptr + size); pos += size; - return true;- + return true; } // Seems to be much faster than data.begin() + pos on MSVC