From 01cf1d3bc02f931df5a8ad1db53fdeae5ba1a28c Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 29 May 2014 22:05:59 +0300 Subject: [PATCH] Fixed cash-set. --- stglibs/srvconf.lib/parsers/chg_user.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stglibs/srvconf.lib/parsers/chg_user.cpp b/stglibs/srvconf.lib/parsers/chg_user.cpp index 73eddfd2..74247c31 100644 --- a/stglibs/srvconf.lib/parsers/chg_user.cpp +++ b/stglibs/srvconf.lib/parsers/chg_user.cpp @@ -128,7 +128,7 @@ if (!conf.services.empty()) if (!stat.cashAdd.empty()) stream << ""; else if (!stat.cashSet.empty()) - stream << ""; + stream << ""; appendResetable(stream, "freeMb", stat.freeMb); -- 2.43.2