mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
10L
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10337 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9fc9f88cfb
commit
69063f84ad
@ -1699,7 +1699,7 @@ char** sub_filenames(char* path, char *fname)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (prio) {
|
if (prio) {
|
||||||
sprintf(tmpresult, "%s%s", f_dir, de->d_name);
|
sprintf(tmpresult, "%s%s", j == 0 ? f_dir : path, de->d_name);
|
||||||
// fprintf(stderr, "%s priority %d\n", tmpresult, prio);
|
// fprintf(stderr, "%s priority %d\n", tmpresult, prio);
|
||||||
if ((f = fopen(tmpresult, "rt"))) {
|
if ((f = fopen(tmpresult, "rt"))) {
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
Loading…
Reference in New Issue
Block a user