rpms/firefox/devel firefox-2.0-dnd.patch,1.1,1.2

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Wed Aug 8 17:00:45 UTC 2007


Author: caillon

Update of /cvs/extras/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8345

Modified Files:
	firefox-2.0-dnd.patch 
Log Message:
fix up casting


firefox-2.0-dnd.patch:

Index: firefox-2.0-dnd.patch
===================================================================
RCS file: /cvs/extras/rpms/firefox/devel/firefox-2.0-dnd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- firefox-2.0-dnd.patch	4 Aug 2007 19:37:08 -0000	1.1
+++ firefox-2.0-dnd.patch	8 Aug 2007 17:00:42 -0000	1.2
@@ -841,7 +841,7 @@
 +
 +    target->target = g_strdup(aFlavorStr);
 +    target->flags = 0;
-+    target->info = (guint)atom;
++    target->info = GPOINTER_TO_UINT(atom);
 +
 +    return target;
 +}




More information about the fedora-extras-commits mailing list