diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:42:57 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 10:45:11 +0100 |
commit | 24caa0c99ed1482655d1832d5e23ec69a6d10962 (patch) | |
tree | 66e63bab968516421a8d700118fd2abbfd5e170e /ttxtsubsreceiver.c | |
parent | f2a84e51aa977e0287a6115bfd27fd37f7f18c6f (diff) | |
download | vdr-plugin-ttxtsubs-0.0.3.tar.gz vdr-plugin-ttxtsubs-0.0.3.tar.bz2 |
- Small adjustments for VDR 1.2.1v0.0.3
Diffstat (limited to 'ttxtsubsreceiver.c')
-rw-r--r-- | ttxtsubsreceiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ttxtsubsreceiver.c b/ttxtsubsreceiver.c index a497fd6..494d5c6 100644 --- a/ttxtsubsreceiver.c +++ b/ttxtsubsreceiver.c @@ -72,7 +72,7 @@ cTtxtSubsReceiver::~cTtxtSubsReceiver() // returns pointer buf if there is new data uint8_t *cTtxtSubsReceiver::Get(uint8_t *buf) { - const cFrame *f; + cFrame *f; f = mRingBuf.Get(); if(f) { |