Changed comment since 'buffer empty' was removed from the driver

This commit is contained in:
Klaus Schmidinger 2003-05-18 15:15:00 +02:00
parent 2ec3f0342b
commit c6f6e881f8
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: transfer.c 1.12 2003/05/11 08:48:05 kls Exp $
* $Id: transfer.c 1.13 2003/05/18 15:15:00 kls Exp $
*/
#include "transfer.h"
@ -70,7 +70,7 @@ void cTransfer::Action(void)
active = true;
while (active) {
//XXX+ Maybe we need this to avoid "buffer empty" log messages from the driver.
//XXX+ Maybe we need this to avoid buffer underruns in driver.
//XXX+ But then again, it appears to play just fine without this...
/*
if (!gotBufferReserve) {