2016-07-22 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in 'rdairplay/log_traffic.cpp' that generated
	a SQL error when logging ELR data.
This commit is contained in:
Fred Gleason
2016-07-22 17:51:55 -04:00
parent b41c243de9
commit 7a399bca5b
2 changed files with 4 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ void LogTraffic(const QString &svcname,const QString &logname,
"EVENT_DATETIME="+eventDateTimeSQL+","+
QString().sprintf("EVENT_TYPE=%d,",action)+
QString().sprintf("EVENT_SOURCE=%d,",logline->source())+
"EXT_START_TIME=\""+RDCheckDateTime(logline->extStartTime(),"hh:mm:ss")+"\","+
"EXT_START_TIME="+RDCheckDateTime(logline->extStartTime(),"hh:mm:ss")+","+
QString().sprintf("EXT_LENGTH=%d,",logline->extLength())+
"EXT_DATA=\""+RDEscapeString(logline->extData())+"\","+
"EXT_EVENT_ID=\""+RDEscapeString(logline->extEventId())+"\","+