rpms/xmlrpc-c/devel 0012-added-VA_LIST_IS_ARRAY-check.txt,1.1,1.2

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Wed Sep 20 06:25:38 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/xmlrpc-c/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18085

Modified Files:
	0012-added-VA_LIST_IS_ARRAY-check.txt 
Log Message:
fixed the va-list-is-array test


Index: 0012-added-VA_LIST_IS_ARRAY-check.txt
===================================================================
RCS file: /cvs/extras/rpms/xmlrpc-c/devel/0012-added-VA_LIST_IS_ARRAY-check.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 0012-added-VA_LIST_IS_ARRAY-check.txt	18 Sep 2006 17:52:40 -0000	1.1
+++ 0012-added-VA_LIST_IS_ARRAY-check.txt	20 Sep 2006 06:25:38 -0000	1.2
@@ -44,7 +44,7 @@
 +void foo()
 +{
 +  va_list list1, list2;
-+    //list1 = list2;
++  list1 = list2;
 +}
 +
 +int main() {}




More information about the fedora-extras-commits mailing list