locale: initialize variables to make gcc happy

Reported by:	jenkins
This commit is contained in:
yuripv 2019-09-11 16:00:03 +00:00
parent 364ba42474
commit 3b394da7e2

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: