1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

video_filter/mosaic.c: compile fix

This commit is contained in:
Eric Petit 2005-03-03 05:22:01 +00:00
parent bef3f3ea4c
commit 497ea18f80

View File

@ -176,8 +176,8 @@ static int CreateFilter( vlc_object_t *p_this )
if( psz_order[0] != 0 )
{
i_index = 0;
char* psz_end=NULL;
i_index = 0;
do
{
psz_end = strchr( psz_order, ',' );