X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=play.c;h=46e8ff7d6f099e016cca6338dc399e210b9e5c97;hp=108db598a51ebb28f72cb03a10c31ebfcb44ca6e;hb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7;hpb=ee1015b8fbb06705fcddff926cb028ff61adaff6 diff --git a/play.c b/play.c index 108db598..46e8ff7d 100644 --- a/play.c +++ b/play.c @@ -788,7 +788,7 @@ static void list_file(struct play_task *pt, int num) char *buf; size_t sz; - sz = xasprintf(&buf, "%s %4u %s\n", num == pt->current_file? + sz = xasprintf(&buf, "%s %4d %s\n", num == pt->current_file? "*" : " ", num, conf.inputs[num]); btr_add_output(buf, sz, pt->btrn); }