diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-12-01 15:09:10 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-12-01 15:09:10 +0100 |
commit | 83ad7bf6e49773b4cdeb265908ab6b921c12e4a3 (patch) | |
tree | 4534fefdf48b4a973fa4766c028b21672802ad4a /HISTORY | |
parent | 2bdf515ace3ce4b1d4bf42a1b6a6876c03e5ef64 (diff) | |
download | vdr-83ad7bf6e49773b4cdeb265908ab6b921c12e4a3.tar.gz vdr-83ad7bf6e49773b4cdeb265908ab6b921c12e4a3.tar.bz2 |
Added a missing 'const' to cRecordingInfo::ChannelID()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4998,3 +4998,6 @@ Video Disk Recorder Revision History - Fixed a possible crash in remux.c on 64-bit machines (thanks to Reinhard Nissl). - Fixed a typo in the change to the "Use small font" setup option in version 1.3.47 in the HISTORY and CONTRIBUTORS file (reported by Andreas Brugger). +- Added a missing 'const' to cRecordingInfo::ChannelID() (reported by Andreas + Brugger). This required the APIVERSION to be increased, so plugins will have to + be recompiled. |