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/base.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base.cpp') diff --git a/src/base.cpp b/src/base.cpp index bb8c8db55..e2972766c 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -51,7 +51,7 @@ refcountbase::~refcountbase() if (refcount && ServerInstance) { ServerInstance->Logs.Debug("CULL", "refcountbase::~ @{} with refcount {}", - FMT_PTR(this), refcount); + (void*)this, refcount); } } @@ -60,6 +60,6 @@ usecountbase::~usecountbase() if (usecount && ServerInstance) { ServerInstance->Logs.Debug("CULL", "usecountbase::~ @{} with refcount {}", - FMT_PTR(this), usecount); + (void*)this, usecount); } } -- cgit v1.3.1-10-gc9f91