diff options
Diffstat (limited to 'src/odb_pack.c')
-rw-r--r-- | src/odb_pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odb_pack.c b/src/odb_pack.c index 525cfa429..02a1a61aa 100644 --- a/src/odb_pack.c +++ b/src/odb_pack.c @@ -960,7 +960,7 @@ static int pack_entry_find_offset( const unsigned char *index = p->index_map.data; unsigned hi, lo, stride; int pos, found = 0; - const unsigned char *current; + const unsigned char *current = 0; *offset_out = 0; |