diff options
author | Ulrich Eckhardt <uli@uli-eckhardt.de> | 2018-07-15 16:55:50 +0200 |
---|---|---|
committer | Ulrich Eckhardt <uli@uli-eckhardt.de> | 2018-07-15 16:55:50 +0200 |
commit | 2c775ce4f145570600f24821e2010f3e95d18f8e (patch) | |
tree | e797af148c8fcb24d676866a409be83493b60f12 /rtpluslist.c | |
parent | b579440eba200c178b3860683634b4b83053cd23 (diff) | |
download | vdr-plugin-radio-2c775ce4f145570600f24821e2010f3e95d18f8e.tar.gz vdr-plugin-radio-2c775ce4f145570600f24821e2010f3e95d18f8e.tar.bz2 |
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.
Diffstat (limited to 'rtpluslist.c')
-rw-r--r-- | rtpluslist.c | 3 |
1 files changed, 1 insertions, 2 deletions
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: |