From c88b07cd7a1380482fad62ac6f1716f2ff3524e7 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 21 Jan 2010 21:21:09 +0100 Subject: added filenumber column --- playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playlist.h') diff --git a/playlist.h b/playlist.h index 4f51ad8f..dfe88c1a 100644 --- a/playlist.h +++ b/playlist.h @@ -164,7 +164,7 @@ pl_get_item_duration (playItem_t *it); // returns number of characters printed, not including trailing 0 // [a]rtist, [t]itle, al[b]um, [l]ength, track[n]umber int -pl_format_title (playItem_t *it, char *s, int size, int id, const char *fmt); +pl_format_title (playItem_t *it, int idx, char *s, int size, int id, const char *fmt); void pl_reset_cursor (void); -- cgit v1.2.3