Initialise lengths in GvdbReader to silence warnings

This commit is contained in:
Christian Dywan 2010-10-08 16:33:33 +02:00
parent ad363d9aac
commit 3035bf40d0

View File

@ -612,7 +612,7 @@ gvdb_table_walk (GvdbTable *table,
{ {
if (open_func (name, name_len, user_data)) if (open_func (name, name_len, user_data))
{ {
guint length; guint length = 0;
index++; index++;
g_assert (index < 64); g_assert (index < 64);