This commit is contained in:
CHIEFSOFT\ameye
2024-07-01 11:01:31 -04:00
parent 85a0fd2887
commit 0cf5306ab4
+1 -2
View File
@@ -29,8 +29,7 @@ long WrenchAccountSetPrefrence(CVars in, CVars &out){
if (res != NULL && pgsql_num_rows(res) > 0) {
out["total_record"] = pgsql_num_rows(res);
map<const char*, const char*>f = pgsql_fetch_assoc(res, i);
if (f.empty()) continue;
map<const char*, const char*>f = pgsql_fetch_assoc(res,0);
CVars rec;
map_to_cvars(f, rec);