1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 23:32:26 +00:00

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
This commit is contained in:
rsf 2003-04-07 20:55:32 +00:00
parent 930f3aa044
commit ef73a3e7e4

View File

@ -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;
}