summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Row.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Row.c b/Row.c
index 846a353d..a175c9e3 100644
--- a/Row.c
+++ b/Row.c
@@ -340,8 +340,7 @@ void Row_printTime(RichString* str, unsigned long long totalHundredths, bool col
if (totalHundredths == 0) {
int shadowColor = coloring ? CRT_colors[PROCESS_SHADOW] : CRT_colors[PROCESS];
- len = xSnprintf(buffer, sizeof(buffer), " 0:00.00 ");
- RichString_appendnAscii(str, shadowColor, buffer, len);
+ RichString_appendAscii(str, shadowColor, " 0:00.00 ");
return;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy