diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index 41c242d4b..579148dcc 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -2096,12 +2096,13 @@ typedef struct { struct _GFileAttributeMatcher { gboolean all; SubMatcher sub_matchers[ON_STACK_MATCHERS]; + gint ref; + GArray *more_sub_matchers; /* Interator */ guint32 iterator_ns; - int iterator_pos; - int ref; + gint iterator_pos; }; static void