[MPlayer-cvslog] r32591 - trunk/stream/stream_dvd.c

reimar subversion at mplayerhq.hu
Sat Nov 6 20:35:34 CET 2010


Author: reimar
Date: Sat Nov  6 20:35:34 2010
New Revision: 32591

Log:
Fix spelling.

Modified:
   trunk/stream/stream_dvd.c

Modified: trunk/stream/stream_dvd.c
==============================================================================
--- trunk/stream/stream_dvd.c	Sat Nov  6 20:34:57 2010	(r32590)
+++ trunk/stream/stream_dvd.c	Sat Nov  6 20:35:34 2010	(r32591)
@@ -413,7 +413,7 @@ static void dvd_close(dvd_priv_t *d)
   dvd_set_speed(dvd_device_current, -1); /* -1 => restore default */
 }
 
-static int fill_buffer(stream_t *s, char *but, int len)
+static int fill_buffer(stream_t *s, char *buf, int len)
 {
     off_t pos=dvd_read_sector(s->priv,s->buffer);
   if (pos < 0)


More information about the MPlayer-cvslog mailing list