[glib/glib-2-32] tests: Add missing initializer for return value
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-32] tests: Add missing initializer for return value
- Date: Sat, 14 Jul 2012 23:21:19 +0000 (UTC)
commit cbe331450f9e1f07caaad160633d3e5880568ad3
Author: Colin Walters <walters verbum org>
Date: Thu Jun 21 12:06:34 2012 -0400
tests: Add missing initializer for return value
gio/tests/test-pipe-unix.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/tests/test-pipe-unix.c b/gio/tests/test-pipe-unix.c
index f4e07a4..07f6198 100644
--- a/gio/tests/test-pipe-unix.c
+++ b/gio/tests/test-pipe-unix.c
@@ -105,7 +105,7 @@ test_bidi_pipe (GIOStream **left,
GOutputStream *left_out = NULL;
GInputStream *right_in = NULL;
GOutputStream *right_out = NULL;
- gboolean ret;
+ gboolean ret = FALSE;
if (!test_pipe (&left_in, &right_out, error))
goto out;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]