diff --git a/module/Library/MySQL.hpp b/module/Library/MySQL.hpp index 0d89471e..16b09c3c 100644 --- a/module/Library/MySQL.hpp +++ b/module/Library/MySQL.hpp @@ -2063,7 +2063,7 @@ public: // Do we have a valid handle? if (m_Handle) { - fmt::format("{}", m_Handle->mFieldCount); + return fmt::format("{}", m_Handle->mFieldCount); } // Default to a negative value return "-1";