Fix uninitialized variables in get_covers
This commit is contained in:
parent
c3bf525248
commit
8bdcdd2274
@ -710,8 +710,8 @@ get_covers(PG_FUNCTION_ARGS)
|
||||
char *cptr;
|
||||
DocRepresentation *doc;
|
||||
int pos = 0,
|
||||
p,
|
||||
q,
|
||||
p = 0,
|
||||
q = 0,
|
||||
olddwpos = 0;
|
||||
int ncover = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user