X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=df6c2592cd40c7bebcc0969b7292981ddf09a5d0;hp=57df793fb8b16ec1c111e21b5928d44872c9248f;hb=d0381117c7bce410b626bc159ab7763fdb022397;hpb=91e54c6f425ffdb801afdd3cfbb73a835290180c;ds=sidebyside diff --git a/aft.c b/aft.c index 57df793f..df6c2592 100644 --- a/aft.c +++ b/aft.c @@ -903,7 +903,7 @@ static int print_list_item(struct ls_data *d, struct ls_options *opts, "%s: %lu\n" /* seconds total */ "%s: %d\n" /* num_played */ "%s: %s\n" /* last_played */ - "%s\n", /* tag info */ + "%s", /* tag info */ filename_lines, have_score? status_item_list[SI_SCORE] : "", have_score? ": " : "", @@ -974,25 +974,25 @@ static int print_list_item(struct ls_data *d, struct ls_options *opts, void make_empty_status_items(char *buf) { sprintf(buf, - "%s:\n" /* path */ - "%s:\n" /* dirname */ - "%s:\n" /* basename */ - "%s:\n" /* score */ - "%s:\n" /* attributes bitnmap */ - "%s:\n" /* attributes txt */ - "%s:\n" /* hash */ - "%s:\n" /* image id */ - "%s:\n" /* image name */ - "%s:\n" /* lyrics id */ - "%s:\n" /* lyrics name */ - "%s:\n" /* bitrate */ - "%s:\n" /* format */ - "%s:\n" /* frequency */ - "%s:\n" /* channels */ - "%s:\n" /* duration */ - "%s:\n" /* seconds total */ - "%s:\n" /* num played */ - "%s:\n" /* last played */ + "%s: \n" /* path */ + "%s: \n" /* dirname */ + "%s: \n" /* basename */ + "%s: \n" /* score */ + "%s: \n" /* attributes bitnmap */ + "%s: \n" /* attributes txt */ + "%s: \n" /* hash */ + "%s: \n" /* image id */ + "%s: \n" /* image name */ + "%s: \n" /* lyrics id */ + "%s: \n" /* lyrics name */ + "%s: \n" /* bitrate */ + "%s: \n" /* format */ + "%s: \n" /* frequency */ + "%s: \n" /* channels */ + "%s: \n" /* duration */ + "%s: \n" /* seconds total */ + "%s: \n" /* num played */ + "%s: \n" /* last played */ , status_item_list[SI_PATH], status_item_list[SI_DIRECTORY],