SOURCES: drivel-debug.patch (NEW) - disable one debug check on alpha

arekm arekm at pld-linux.org
Tue Sep 6 13:01:23 CEST 2005


Author: arekm                        Date: Tue Sep  6 11:01:22 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- disable one debug check on alpha

---- Files affected:
SOURCES:
   drivel-debug.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/drivel-debug.patch
diff -u /dev/null SOURCES/drivel-debug.patch:1.1
--- /dev/null	Tue Sep  6 13:01:22 2005
+++ SOURCES/drivel-debug.patch	Tue Sep  6 13:01:17 2005
@@ -0,0 +1,13 @@
+diff -urN drivel-2.0.1.org/src/xmlrpc.c drivel-2.0.1/src/xmlrpc.c
+--- drivel-2.0.1.org/src/xmlrpc.c	2005-06-19 07:06:51.000000000 +0200
++++ drivel-2.0.1/src/xmlrpc.c	2005-09-06 12:52:42.000000000 +0200
+@@ -41,7 +41,9 @@
+ 	GTimeVal value_time;
+ 	
+ 	g_return_if_fail (node);
++#ifndef __alpha__
+ 	g_return_if_fail (*args);
++#endif
+ 	
+ 	xml_param = NULL;
+ 	xml_value = NULL;
================================================================



More information about the pld-cvs-commit mailing list