commit | 146dda391126d4f199c7692f2342efcc34b45ebd | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Sep 26 21:12:05 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 11:28:21 2017 -0400 |
tree | f83db96c5da0e0e568f8ecadd9fd0ca707e209e5 | |
parent | 48ee0a87bc46a6f863ffd9e0396b7a068dd68c50 [diff] |
cmd/time.c: Initialize 'repeatable' variable We cannot leave this uninitialized, set it to 0. Reported-by: Coverity (CID: 144426) Signed-off-by: Tom Rini <trini@konsulko.com>