From: Andre Noll Date: Tue, 13 Nov 2007 19:10:48 +0000 (+0100) Subject: make_empty_status_items(): Add spaces after status item identifiers. X-Git-Tag: v0.3.0~115 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ef313758068c4a4eaacb7886a5621e85f9b05de5;hp=88648fbe815c12e36e48f7d244b274c45366cad1 make_empty_status_items(): Add spaces after status item identifiers. Identifiers without spaces confuse para_gui. --- diff --git a/aft.c b/aft.c index 292cabea..df6c2592 100644 --- a/aft.c +++ b/aft.c @@ -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],