summaryrefslogtreecommitdiff
path: root/transfer.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-18 15:15:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-18 15:15:00 +0200
commitc6f6e881f878e430a0ad6a8f845da9b1317143ef (patch)
tree510531003c27ae124bd76991b9cf4ba2812d0822 /transfer.c
parent2ec3f0342be3fdd18eacda34ca81e8c6c66a32a2 (diff)
downloadvdr-c6f6e881f878e430a0ad6a8f845da9b1317143ef.tar.gz
vdr-c6f6e881f878e430a0ad6a8f845da9b1317143ef.tar.bz2
Changed comment since 'buffer empty' was removed from the driver
Diffstat (limited to 'transfer.c')
-rw-r--r--transfer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/transfer.c b/transfer.c
index cdde5520..12512c33 100644
--- a/transfer.c
+++ b/transfer.c
@@ -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) {