mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
libDtSearch: Coverity 86816
This commit is contained in:
parent
c96a2cfa51
commit
013f452864
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ DB_ADDR *dba /* to get dba of first or last key */
|
||||||
{
|
{
|
||||||
F_ADDR pg; /* node number */
|
F_ADDR pg; /* node number */
|
||||||
NODE *node; /* pointer to node contents in cache */
|
NODE *node; /* pointer to node contents in cache */
|
||||||
int cmp; /* keycmp result */
|
int cmp = 0; /* keycmp result */
|
||||||
int match_lvl; /* lowest level containing matched key */
|
int match_lvl; /* lowest level containing matched key */
|
||||||
int lvl; /* node_path level variable */
|
int lvl; /* node_path level variable */
|
||||||
int slot; /* slot position in node */
|
int slot; /* slot position in node */
|
||||||
|
|
Loading…
Reference in a new issue