From 2c775ce4f145570600f24821e2010f3e95d18f8e Mon Sep 17 00:00:00 2001 From: Ulrich Eckhardt Date: Sun, 15 Jul 2018 16:55:50 +0200 Subject: Improved CRC check. - The CRC check uses now the lenght of the RDS Frame, this improves decoding specially on HarmonyFM. - Code splits and code cleanups. - Remove currently unused Traffic decoder. --- rtpluslist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rtpluslist.c') diff --git a/rtpluslist.c b/rtpluslist.c index d7f4728..ca592d0 100644 --- a/rtpluslist.c +++ b/rtpluslist.c @@ -32,8 +32,7 @@ void cRTplusList::Load(void) { struct tm *ts, tm_store; int ind, lfd = 0; char ctitle[80]; - // TODO - dsyslog("%s %d cRTplusList::Load", __FILE__, __LINE__); + ts = localtime_r(&rtp_content.start, &tm_store); switch (typ) { case 0: -- cgit v1.2.3