[frogr] va_list is not a pointer, don't check if it's NULL or not
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] va_list is not a pointer, don't check if it's NULL or not
- Date: Fri, 18 Feb 2011 09:33:04 +0000 (UTC)
commit e9fe1843341d2ad905418f843bbf2631c50c3845
Author: Alberto Garcia <agarcia igalia com>
Date: Fri Feb 18 10:14:21 2011 +0200
va_list is not a pointer, don't check if it's NULL or not
This prevents flicksoup from being compiled under some architectures
src/flicksoup/fsp-session.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/flicksoup/fsp-session.c b/src/flicksoup/fsp-session.c
index 032d425..57b42a3 100644
--- a/src/flicksoup/fsp-session.c
+++ b/src/flicksoup/fsp-session.c
@@ -656,7 +656,6 @@ _get_params_table_from_valist (const gchar *first_param,
va_list args)
{
g_return_val_if_fail (first_param != NULL, NULL);
- g_return_val_if_fail (args != NULL, NULL);
GHashTable *table = NULL;
gchar *p, *v;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]