# HG changeset patch # User reimar # Date 1289072134 0 # Node ID 5ab4633a9d4def8b1f4d9f82d621ccb4d9e6ebcc # Parent 5c4e7dcd89565f0f4a55348b219c98d9ae149b95 Fix spelling. diff -r 5c4e7dcd8956 -r 5ab4633a9d4d stream/stream_dvd.c --- 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)