diff --git a/include/bank.hpp b/include/bank.hpp index bd76794..03d364d 100644 --- a/include/bank.hpp +++ b/include/bank.hpp @@ -158,7 +158,7 @@ public: temp_flag = size_lock_flag; } - if (!temp_flag) + if (temp_flag) { temp = Json::Value(); Json::UInt i = 0;