From 6a2d85ae07564b7f096941b7f7e12c15f5465d61 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 21:31:04 +0000 Subject: Abolish FMT_PTR, this does the same for both formatters. --- src/users.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 94c283dce..ae08c0de8 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -210,7 +210,7 @@ Cullable::Result User::Cull() if (!quitting) { ServerInstance->Logs.Debug("CULL", "BUG: User {} (@{}) was culled without being quit first!", - uuid, FMT_PTR(this)); + uuid, (void*)this); ServerInstance->Users.QuitUser(this, "Culled without QuitUser"); } -- cgit v1.3.1-10-gc9f91