git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10337 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2003-06-25 20:12:36 +00:00
parent 9fc9f88cfb
commit 69063f84ad
1 changed files with 1 additions and 1 deletions

View File

@ -1699,7 +1699,7 @@ char** sub_filenames(char* path, char *fname)
}
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);
if ((f = fopen(tmpresult, "rt"))) {
fclose(f);