Browse Source

* input/subtitles.c: first subtitle search path was not used.

pull/2/head
Yoann Peronneau 23 years ago
parent
commit
0823b01acb
  1. 2
      src/input/subtitles.c

2
src/input/subtitles.c

@ -369,7 +369,7 @@ char **subtitles_Detect( input_thread_t *p_this, char *psz_path,
}
closedir( d );
}
free( *subdirs++ );
if( j >= 0 ) free( *subdirs++ );
}
if( tmp_subdirs ) free( tmp_subdirs );

Loading…
Cancel
Save