From ef73a3e7e4d72e5f31e55dd71cd0c67efc957927 Mon Sep 17 00:00:00 2001 From: rsf Date: Mon, 7 Apr 2003 20:55:32 +0000 Subject: The person who checked in the previous patch accidentally put a declaration in the wrong place. (C sucks :-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9876 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mplayer.c b/mplayer.c index 799748802f..c5e95a3ff6 100644 --- a/mplayer.c +++ b/mplayer.c @@ -3276,8 +3276,8 @@ if(rel_seek_secs || abs_seek_pos){ } else #ifdef USE_SUB if (osd_show_sub_changed) { - tmp = subdata->filename; char *tmp2; + tmp = subdata->filename; if (tmp2 = strrchr(tmp, '/')) { tmp = tmp2+1; } -- cgit v1.2.3