summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-07 20:55:32 +0000
committerrsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-07 20:55:32 +0000
commitef73a3e7e4d72e5f31e55dd71cd0c67efc957927 (patch)
tree473ba52d8128e99c10544476ce5e6d4e27930b2d /mplayer.c
parent930f3aa044801c5102daf8c79962a59b7c87900f (diff)
downloadmpv-ef73a3e7e4d72e5f31e55dd71cd0c67efc957927.tar.bz2
mpv-ef73a3e7e4d72e5f31e55dd71cd0c67efc957927.tar.xz
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
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
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;
}