changeset 32504:5ab4633a9d4d

Fix spelling.
author reimar
date Sat, 06 Nov 2010 19:35:34 +0000
parents 5c4e7dcd8956
children 9677da0cd9b2
files stream/stream_dvd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvd.c	Sat Nov 06 19:34:57 2010 +0000
+++ b/stream/stream_dvd.c	Sat Nov 06 19:35:34 2010 +0000
@@ -413,7 +413,7 @@
   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)