From 397ccbb6a01ab5caf45fcded6f0b340281aa918d Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 13 Jun 2020 10:55:39 -0700 Subject: [PATCH] forget a semicolon --- QnetDB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetDB.cpp b/QnetDB.cpp index ca3c156..a78989f 100644 --- a/QnetDB.cpp +++ b/QnetDB.cpp @@ -111,7 +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("',"); sql.append("strftime('%s','now')) WHERE callsign='"); sql.append(callsign); sql.append("';");