locale: initialize variables to make gcc happy

Reported by:	jenkins
This commit is contained in:
Yuri Pankov 2019-09-11 16:00:03 +00:00
parent 6f32ca1936
commit eb6dbc2271
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352216

View File

@ -745,7 +745,7 @@ kwval_ltime(int id)
{
char *rval;
struct sbuf *kwsbuf;
nl_item i, s_item, e_item;
nl_item i, s_item = 0, e_item = 0;
switch (id) {
case KW_TIME_DAY: