From 6181df8cb4133b30097d5d5dd785f69220552a03 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 7 Apr 2026 01:15:40 +0100 Subject: Rename DLL_EXTENSION to INSPIRCD_MODULE_EXT. This will be in config.h when we switch to CMake so I'm renaming it now to reduce the diff size of the CMake commit. --- modules/spanningtree/capab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/spanningtree/capab.cpp') diff --git a/modules/spanningtree/capab.cpp b/modules/spanningtree/capab.cpp index a10f5f3eb..04ce0a83b 100644 --- a/modules/spanningtree/capab.cpp +++ b/modules/spanningtree/capab.cpp @@ -50,7 +50,7 @@ namespace // Replace m_foo.dylib with foo auto startpos = name.compare(0, 2, "m_", 2) ? 0 : 2; - auto endpos = name.length() - strlen(DLL_EXTENSION); + auto endpos = name.length() - strlen(INSPIRCD_MODULE_EXT); auto modname = name.substr(startpos, endpos - startpos); -- cgit v1.3.1-10-gc9f91