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:
parent
95d6b64800
commit
c96a2cfa51
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue