[Kazehakase-cvs] CVS update: kazehakase/src/net

Back to archive index

Kouhei Sutou kous****@users*****
Sat Jan 20 01:51:25 JST 2007


Index: kazehakase/src/net/kz-io.c
diff -u kazehakase/src/net/kz-io.c:1.42 kazehakase/src/net/kz-io.c:1.43
--- kazehakase/src/net/kz-io.c:1.42	Sat Dec  2 20:54:50 2006
+++ kazehakase/src/net/kz-io.c	Sat Jan 20 01:51:25 2007
@@ -345,6 +345,8 @@
 {
 	KzIO *io = NULL;
 
+	if (!uri) return NULL;
+
 	/* FIXME! I think this code is something wrong. */
 	if (g_str_has_prefix(uri, "http://"))
 	{


More information about the Kazehakase-cvs mailing list
Back to archive index