logo       

[libsoup/cache] soup-headers: value can be NULL, don't fail if it is: msg#08199

svn-commits-list

Subject: [libsoup/cache] soup-headers: value can be NULL, don't fail if it is

commit d6c7e1e950e4a1bfab71fecfb9e1d6b8deca5a5d
Author: Xan Lopez <xan@xxxxxxxxx>
Date: Fri Jul 31 23:47:59 2009 +0300

soup-headers: value can be NULL, don't fail if it is

libsoup/soup-headers.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/soup-headers.c b/libsoup/soup-headers.c
index 9818953..b7f1d80 100644
--- a/libsoup/soup-headers.c
+++ b/libsoup/soup-headers.c
@@ -819,7 +819,6 @@ soup_header_g_string_append_param (GString *string, const
char *name,
const char *v;

g_return_if_fail (name);
- g_return_if_fail (value);

g_string_append (string, name);
if (!value)
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | Mail Home | sitemap | FAQ | advertise