diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-12-22 14:18:48 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-12-22 14:18:48 +0100 |
commit | 0acb4dc6d0339bbe87739259ba00cf57f94ae8a1 (patch) | |
tree | 798bd233bd85c8faaebcd105ac380b017aca6b5e /HISTORY | |
parent | 7ff59171e3f907a5584b72f0f8588ed65f22c0bd (diff) | |
download | vdr-0acb4dc6d0339bbe87739259ba00cf57f94ae8a1.tar.gz vdr-0acb4dc6d0339bbe87739259ba00cf57f94ae8a1.tar.bz2 |
Fixed a problem with crc32 in SI handling on 64bit systems
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2502,3 +2502,5 @@ Video Disk Recorder Revision History - Added 'cRWlock' to 'thread.[hc]'. Note that all plugin Makefiles need to define _GNU_SOURCE for this to work (see the example plugin Makefiles and 'newplugin'). +- Fixed a problem with crc32 in SI handling on 64bit systems (thanks to Pedro + Miguel Sequeira de Justo Teixeira for reportign this one). |