Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 94687

Summary: gaim-extprefs not 64 bit pure.
Product: Gentoo Linux Reporter: Ian Kumlien <ian.kumlien>
Component: Current packagesAssignee: Gaim Bugs Crew <gaim-bugs>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Now you can actually compile it.

Description Ian Kumlien 2005-05-31 15:56:41 UTC
-       if (gaim_prefs_get_bool(pref_blist_autohide) && (gboolean)data == TRUE) {
+       if (gaim_prefs_get_bool(pref_blist_autohide) && data != NULL) {

Where data is void* data... 



Reproducible: Always
Steps to Reproduce:
1.
2.
3.




I'll try to attach a untested patch.
Comment 1 Ian Kumlien 2005-05-31 15:57:54 UTC
Created attachment 60329 [details, diff]
Now you can actually compile it.

I also add some casts to remove warnings.

(Note this also fixes the broken makefile)
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2005-06-04 00:43:32 UTC
Thanks for your patch, its in version 0.4-r1