diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-27 14:13:06 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-05-27 14:13:06 +0200 |
commit | ebd579a64a659b4ed2814cb7903e3d4ee7032501 (patch) | |
tree | 529219557a85bd6665af76f39dd81b04a866bf45 /HISTORY | |
parent | ba0a06bf0dac8f74f8b766a1b0f7aaa4fe6bff1e (diff) | |
download | vdr-ebd579a64a659b4ed2814cb7903e3d4ee7032501.tar.gz vdr-ebd579a64a659b4ed2814cb7903e3d4ee7032501.tar.bz2 |
Avoiding a compiler warning in libsi's TypeLoop::operator[]
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4716,7 +4716,7 @@ Video Disk Recorder Revision History - Fixed automatically updating the CAM menu in case the whole operation (for instance a firmware update) takes longer than the menu timeout. -2006-05-26: Version 1.4.0-2 +2006-05-27: Version 1.4.0-2 - Removed leftover LSMOD=... line from 'runvdr'. - Modified the Makefile to copy additional libraries a plugin might provide (suggested @@ -4738,3 +4738,4 @@ Video Disk Recorder Revision History - Removed -fPIC from VDR's and libsi's Makefile (suggested by Prakash Punnoor). - Modifed the device selection to better handle timer conflicts (reported by Christian Wieninger). +- Avoiding a compiler warning in libsi's TypeLoop::operator[]. |