mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
Initialise lengths in GvdbReader to silence warnings
(cherry picked from commit 3035bf40d0d75632b36fa703c3ac2becc98769d8)
This commit is contained in:
parent
509a53848d
commit
6791551c89
@ -560,7 +560,7 @@ gvdb_table_walk (GvdbTable *table,
|
||||
{
|
||||
if (open_func (name, name_len, user_data))
|
||||
{
|
||||
guint length;
|
||||
guint length = 0;
|
||||
|
||||
index++;
|
||||
g_assert (index < 64);
|
||||
|
Loading…
x
Reference in New Issue
Block a user