diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-22 09:41:08 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-22 09:41:08 +0100 |
commit | 549c499501c375228fb58a7eaf96cb4f65e0d407 (patch) | |
tree | 6a2319ed40a7376106eebdc7cdf4433b1a24d63b /HISTORY | |
parent | 838566ea418c42a7be96417657a5bee70dae2c22 (diff) | |
download | vdr-549c499501c375228fb58a7eaf96cb4f65e0d407.tar.gz vdr-549c499501c375228fb58a7eaf96cb4f65e0d407.tar.bz2 |
Fixed a wrong alignment in cCiDateTime::SendDateTime()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8132,7 +8132,7 @@ Video Disk Recorder Revision History and also to use the correct directory with --edit (the latter reported by Marko Mäkelä). -2014-01-20: Version 2.1.4 +2014-01-22: Version 2.1.4 - Updated 'sources.conf' (thanks to Antti Hartikainen). - cFont::CreateFont() now returns a dummy font in case there are no fonts installed. @@ -8157,3 +8157,4 @@ Video Disk Recorder Revision History - Now unassigning CAMs from their devices when they are no longer used. - Now making sure the primary device goes into transfer mode for live viewing if the CAM wants to receive the TS data. +- Fixed a wrong alignment in cCiDateTime::SendDateTime(). |