# HG changeset patch # User nicodvb # Date 1188250809 0 # Node ID 7f96849a8bae9ba04b693366c58d34ced96e0d5c # Parent b5406f2f5044e3cce272b88b6555b4d4f218ac46 in stream_control() remove redefinition of d in a case block, previously assigned in the same function diff -r b5406f2f5044 -r 7f96849a8bae stream/stream_dvd.c --- a/stream/stream_dvd.c Mon Aug 27 21:10:41 2007 +0000 +++ b/stream/stream_dvd.c Mon Aug 27 21:40:09 2007 +0000 @@ -732,7 +732,6 @@ } case STREAM_CTRL_SEEK_TO_TIME: { - dvd_priv_t *d = stream->priv; if(stream_cache_size > 0) return STREAM_UNSUPORTED; if(dvd_seek_to_time(stream, d->vts_file, *((double*)arg))) return 1;