projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c624302
)
Fix compilation warning: Initialize the variable
author
Javier Jardón
<jjardon@gnome.org>
Sun, 15 Nov 2009 23:29:39 +0000
(
00:29
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 17 Nov 2009 19:44:16 +0000
(20:44 +0100)
gio/tests/unix-streams.c
patch
|
blob
|
history
diff --git
a/gio/tests/unix-streams.c
b/gio/tests/unix-streams.c
index 07c7b9f826e40a82af8944d851306304b94a45f2..50b2d8cfc70d3959efd1982014df808a4d6c9263 100644
(file)
--- a/
gio/tests/unix-streams.c
+++ b/
gio/tests/unix-streams.c
@@
-77,7
+77,7
@@
static gpointer
reader_thread (gpointer user_data)
{
GInputStream *in;
- gssize nread, total;
+ gssize nread
= 0
, total;
GError *err = NULL;
char buf[sizeof (DATA)];