mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +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 i, k, elt, result, len, cur_len, sub_len, entries;
|
||||
int i, k, elt, result = 0, len, cur_len, sub_len, entries;
|
||||
#ifdef DS
|
||||
int ui1, ui2;
|
||||
long ul1, ul2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue