Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94687 - gaim-extprefs not 64 bit pure.
Summary: gaim-extprefs not 64 bit pure.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High blocker (vote)
Assignee: Gaim Bugs Crew
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-31 15:56 UTC by Ian Kumlien
Modified: 2005-06-04 00:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Now you can actually compile it. (extendedprefs-0.4-64bitfix.diff,2.55 KB, patch)
2005-05-31 15:57 UTC, Ian Kumlien
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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