Fixed a missing Flush() call in the remote control learning procedure

This commit is contained in:
Klaus Schmidinger
2002-09-30 15:57:23 +02:00
parent 2c8aa42043
commit b7615a7ae1
4 changed files with 13 additions and 4 deletions

View File

@@ -400,7 +400,10 @@ J
for adding some missing #includes to files in libdtv for gcc 3.2
Helmut Auer <vdr@helmutauer.de>
for reporting a superfluous error message in cLockFile.
for reporting a superfluous error message in cLockFile
Jeremy Hall <jhall@UU.NET>
for fixing an incomplete initialization of the filter parameters in eit.c
Oliver Endriss <o.endriss@gmx.de>
for fixing a missing Flush() call in the remote control learning procedure