1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

libDtSearch: Coverity 87018

This commit is contained in:
Peter Howkins 2018-07-02 23:15:57 +01:00
parent 95d6b64800
commit c96a2cfa51

View file

@ -164,7 +164,7 @@ const char *f2 /* pointer to field 2 */
*/ */
{ {
int kt_lc; /* loop control */ int kt_lc; /* loop control */
int i, k, elt, result, len, cur_len, sub_len, entries; int i, k, elt, result = 0, len, cur_len, sub_len, entries;
#ifdef DS #ifdef DS
int ui1, ui2; int ui1, ui2;
long ul1, ul2; long ul1, ul2;