rpms/evolution/devel evolution-2.21.90-no-gnuc-function.patch, 1.1, 1.2

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Tue Jan 29 16:29:06 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv772

Modified Files:
	evolution-2.21.90-no-gnuc-function.patch 
Log Message:
Fix a flaw in the last patch.


evolution-2.21.90-no-gnuc-function.patch:

Index: evolution-2.21.90-no-gnuc-function.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/devel/evolution-2.21.90-no-gnuc-function.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-2.21.90-no-gnuc-function.patch	29 Jan 2008 15:41:07 -0000	1.1
+++ evolution-2.21.90-no-gnuc-function.patch	29 Jan 2008 16:28:51 -0000	1.2
@@ -100,7 +100,7 @@
  	info = e_component_registry_peek_info (registry, ECR_FIELD_ID, id);
  	if (info == NULL) {
 -		g_warning (G_GNUC_FUNCTION " - Unknown id \"%s\"", id);
-+		g_warning (G_STRFUNC " - Unknown id \"%s\"", id);
++		g_warning ("%s - Unknown id \"%s\"", %s, id);
  		return CORBA_OBJECT_NIL;
  	}
  




More information about the fedora-extras-commits mailing list