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/extensible.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extensible.cpp') diff --git a/src/extensible.cpp b/src/extensible.cpp index 39ff8b6fe..d69ae5794 100644 --- a/src/extensible.cpp +++ b/src/extensible.cpp @@ -59,7 +59,7 @@ Extensible::~Extensible() if ((!extensions.empty() || !culled) && ServerInstance) { ServerInstance->Logs.Debug("CULL", "Extensible was deleted without being culled: @{}", - FMT_PTR(this)); + (void*)this); } } -- cgit v1.3.1-10-gc9f91