summaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index d238d1ea..6e54b018 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -397,7 +397,7 @@ void Toolbar::reconfigure() {
if (tt) {
char t[1025], *time_string = (char *) 0;
int len = strftime(t, 1024, screen.strftimeFormat(), tt);
- t[len++-1] = ' '; // add a space to the string for padding
+ t[len++] = ' '; // add a space to the string for padding
t[len] = '\0';
if (i18n->multibyte()) {