From f35e1736c8e1cfa1d8608e747d3950f578f6f45e Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 13 Jun 2020 10:54:02 -0700 Subject: [PATCH] extra ' in UpdateLH --- QnetDB.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/QnetDB.cpp b/QnetDB.cpp index dda2f09..ca3c156 100644 --- a/QnetDB.cpp +++ b/QnetDB.cpp @@ -111,6 +111,7 @@ bool CQnetDB::UpdateLH(const char *callsign, const char *sfx, const char module, sql.append(1, module); sql.append("','"); sql.append(reflector); + sql.append("',") sql.append("strftime('%s','now')) WHERE callsign='"); sql.append(callsign); sql.append("';");