You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch

15 lines
371 B

http://bugs.gentoo.org/118458
--- a/event.hpp
+++ b/event.hpp
@@ -74,7 +74,7 @@
list<Event *>::iterator k;
for (k = events.begin(); k != events.end(); ++k) {
Event *e = *k;
- printf(":: Event %d 0x%x\n", e->type, (unsigned int)(e->function));
+ printf(":: Event %d %p\n", e->type, e->function);
}
}