From f30142e0cbe7ff6dc4339682f66da72cb5fd9428 Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Thu, 14 Mar 2019 20:15:52 +0200 Subject: Replace form_query with fq --- src/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/restore.c') diff --git a/src/restore.c b/src/restore.c index a4edd94..ce2bebc 100644 --- a/src/restore.c +++ b/src/restore.c @@ -65,7 +65,7 @@ static int restore_configs_exists(DB *db, Conf *conf, const char *pName, cklist strcat(condition, "."); strcat(condition, COL_PROGRAM_NAME); - dbh_form_query_select_from_joined_eq(sql, selection, condition); + dbh_fq_select_from_joined_eq(sql, selection, condition); rc = sqlite3_prepare_v2(db->ptr, sql, -1, &stmt, 0); if (rc != SQLITE_OK) { -- cgit v1.2.3