mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gio/tests/gio-du.c: Avoid Using Unintialized Variable
https://bugzilla.gnome.org/show_bug.cgi?id=707787
This commit is contained in:
parent
054270e4eb
commit
7a91a6c9a5
@ -72,7 +72,7 @@ report_progress (gboolean reporting,
|
|||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
GFileMeasureProgressCallback progress;
|
GFileMeasureProgressCallback progress = NULL;
|
||||||
GFileMeasureFlags flags = 0;
|
GFileMeasureFlags flags = 0;
|
||||||
gint i;
|
gint i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user