]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aft.c
Rename admissible_file_loop() -> score_loop().
[paraslash.git] / aft.c
diff --git a/aft.c b/aft.c
index f690e81951b4c7911c2f726b36fee9a673badce7..1f1e1198d50c66c7723d22453f8d3b848cc7b2b7 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -1375,7 +1375,7 @@ static int com_ls_callback(struct afs_callback_arg *aca)
 
        aca->pbout.flags = (opts->mode == LS_MODE_PARSER)? PBF_SIZE_PREFIX : 0;
        if (admissible_only(opts))
-               ret = admissible_file_loop(opts, prepare_ls_row);
+               ret = score_loop(prepare_ls_row, opts);
        else
                ret = osl(osl_rbtree_loop(audio_file_table, AFTCOL_PATH, opts,
                        prepare_ls_row));