From 272538711292cd54e3d2e28361e934a0dd0e7ca6 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Wed, 16 Mar 2022 22:36:50 +0200 Subject: [PATCH] Update MySQL.hpp --- module/Library/MySQL.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";