]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
Always print a space after each status item identifier.
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index f33fa7c8c42f81ab0f9ea4c724473d9861dd91e2..e60e6f54e39daf44a3fec62653d995107d9cf7ba 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -749,7 +749,7 @@ static int check_stat_line(char *line, __a_unused void *data)
 //     PARA_INFO_LOG("%s: checking: %s\n", __func__, line);
        i = stat_line_valid(line);
        if (i >= 0) {
-               line += strlen(status_item_list[i]) + 1;
+               line += strlen(status_item_list[i]) + 2;
                free(stat_content[i]);
                stat_content[i] = para_strdup(line);
                print_stat_item(i);