diff options
-rw-r--r-- | src/fe-common/core/themes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-common/core/themes.c b/src/fe-common/core/themes.c index 45a1f2e8..a004dd56 100644 --- a/src/fe-common/core/themes.c +++ b/src/fe-common/core/themes.c @@ -1157,6 +1157,8 @@ static void sig_complete_format(GList **list, WINDOW_REC *window, words = 0; do { + ptr++; + words++; ptr = strchr(ptr, ' '); } while (ptr != NULL); |