From 2d7aecc3f40646d765209850bc698b5fd24cc323 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 19 Apr 2025 08:25:47 +0200 Subject: [PATCH] Fix warnings --- src/analyzer/object_watching.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/analyzer/object_watching.hpp b/src/analyzer/object_watching.hpp index 4d700d4c..79f94614 100644 --- a/src/analyzer/object_watching.hpp +++ b/src/analyzer/object_watching.hpp @@ -32,8 +32,8 @@ emulator_hook* watch_object(windows_emulator& emu, const std::set(offset)).c_str(), rip, + "Object access: %s - 0x%" PRIx64 " (%s) at 0x" PRIx64 " (%s)\n", i.get_type_name().c_str(), + offset, i.get_member_name(static_cast(offset)).c_str(), rip, mod ? mod->name.c_str() : ""); }); }