diff options
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.c,v 1.58 2008-05-18 19:42:33 phintuka Exp $ + * $Id: device.c,v 1.59 2008-05-19 06:54:57 phintuka Exp $ * */ @@ -1619,7 +1619,8 @@ void cXinelibDevice::EnsureDvdSpuTrack(void) strcmp(m_DvdSpuTrack[0].language, "menu"))) { if(xc.spu_autoshow) { - int pref, len, track; + int pref, track; + size_t len; for(pref = 0; pref < 4; pref++) for(track = 0; track < 64; track++) if(m_DvdSpuTrack[track].id != 0xffff) |