From 562459d2a293af8273d08a680a01038462faa073 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 1 May 2016 02:39:21 +0300 Subject: Fix one issue found by gcc 6 with -O3. --- src/common/strlib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/strlib.c') diff --git a/src/common/strlib.c b/src/common/strlib.c index 8f164f2e9..8a2de1ee0 100644 --- a/src/common/strlib.c +++ b/src/common/strlib.c @@ -629,6 +629,7 @@ int sv_parse(const char* str, int len, int startoff, char delim, int* out_pos, i svstate.opt = opt; svstate.delim = delim; svstate.done = false; + svstate.start = 0; // parse count = 0; -- cgit v1.2.3-60-g2f50