diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-22 15:36:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-22 15:36:42 +0100 |
commit | 8bf512690ae3c1d367b79dc79674115be1e29571 (patch) | |
tree | 803c785a66d52cee1239bee98f5a34da31554bce /HISTORY | |
parent | 0e7aa50a38848c67a9c6596a16909228c4c141e9 (diff) | |
download | vdr-8bf512690ae3c1d367b79dc79674115be1e29571.tar.gz vdr-8bf512690ae3c1d367b79dc79674115be1e29571.tar.bz2 |
Fixed the format in cRemote::Put() to use "%016llX" instead of "%016LX"
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5644,7 +5644,7 @@ Video Disk Recorder Revision History should be used. - Fixed calculating the scrollbar sizes in the skins. -2008-02-18: Version 1.5.16 +2008-02-21: Version 1.5.16 - Fixed setting the current subtitle track in Transfer-Mode (reported by Petri Helin, thanks to Reinhard Nissl for pointing out that cDevice::Transferring() doesn't @@ -5653,3 +5653,5 @@ Video Disk Recorder Revision History - Updated the Dutch OSD texts (thanks to Carel Willemse). - Fixed various spelling errors and improved PLUGINS.html (thanks to Ville Skyttä). - Updated the Italian OSD texts (thanks to Diego Pierotto). +- Fixed the format in cRemote::Put() to use "%016llX" instead of "%016LX" (thanks + to Ludwig Nussel for pointing this out). |