summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/time.c b/commands/time.c
index 9a769451aa..c2633bac77 100644
--- a/commands/time.c
+++ b/commands/time.c
@@ -10,7 +10,7 @@ static int do_time(struct command *cmdtp, int argc, char *argv[])
unsigned char *buf;
u64 start, end, diff64;
unsigned long diff;
- int len = 0;
+ int len = 1; /* '\0' */
if (argc < 2)
return COMMAND_ERROR_USAGE;