]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aft.c
Fix com_pause().
[paraslash.git] / aft.c
diff --git a/aft.c b/aft.c
index 57df793fb8b16ec1c111e21b5928d44872c9248f..df6c2592cd40c7bebcc0969b7292981ddf09a5d0 100644 (file)
--- 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: %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? ": " : "",
                        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,
 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],
                ,
                status_item_list[SI_PATH],
                status_item_list[SI_DIRECTORY],