From 73f0a9099304929c48cdbe0c686097b86a2db8e9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 1 May 2002 22:21:12 +0000 Subject: BScreen::resource.root_command wasnt being initialized --- src/Toolbar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Toolbar.cc') 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()) { -- cgit v1.2.3