From 5f6bf286847550f386324e1e2db6c909cbd9f318 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 4 Mar 2024 13:18:04 +0000 Subject: Rename some of the Module member variables. --- src/modules/m_spanningtree/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree/main.cpp') diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index e07ae5ad8..8045fc92a 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -723,10 +723,10 @@ namespace void BroadcastModuleState(Module* mod, bool loading) { std::stringstream buffer; - buffer << (loading ? '+' : '-') << ModuleManager::ShrinkModName(mod->ModuleSourceFile); + buffer << (loading ? '+' : '-') << ModuleManager::ShrinkModName(mod->ModuleFile); std::stringstream compatbuffer; - compatbuffer << (loading ? '+' : '-') << mod->ModuleSourceFile; + compatbuffer << (loading ? '+' : '-') << mod->ModuleFile; if (loading) { -- cgit v1.3.1-10-gc9f91