From b4e53a7da2789463354ea7b621e6751cb7f31811 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 Sep 2016 15:11:25 +0300 Subject: Fix warning in strlib.c --- src/common/strlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/strlib.c b/src/common/strlib.c index b67adb63c..75ce2a272 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.delim = delim; svstate.done = false; svstate.start = 0; + svstate.end = 0; // parse count = 0; -- cgit v1.2.3-70-g09d2