From 3814a952a344382798883870107f5469a0e197d7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 22 Jul 2024 16:39:28 +0100 Subject: Revert module flags to the way they worked in v3. --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index b7cd29c84..1ec07f9ba 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -85,7 +85,7 @@ std::string Module::GetPropertyString() const size_t pos = 0; for (int mult = VF_CORE; mult <= VF_OPTCOMMON; mult *= 2, ++pos) if (!(this->properties & mult)) - propstr[pos] = tolower(propstr[pos]); + propstr[pos] = '-'; return propstr; } -- cgit v1.3.1-10-gc9f91