[Pidgin] #5887: Pidgin does not work on 64-bit userland PowerPC systems
Pidgin
trac at pidgin.im
Sun Feb 15 04:14:14 EST 2009
#5887: Pidgin does not work on 64-bit userland PowerPC systems
--------------------+-------------------------------------------------------
Reporter: JoseJX | Owner:
Type: patch | Status: closed
Milestone: 2.5.5 | Component: libpurple
Version: 2.4.2 | Resolution: fixed
Keywords: ppc64 |
--------------------+-------------------------------------------------------
Changes (by qulogic at pidgin.im):
* status: new => closed
* resolution: => fixed
* milestone: Patches Needing Improvement => 2.5.5
Comment:
(In [0ed824d0e7a548cb9a2fc4da692270475567d7d6]):[[BR]]
Use g_direct_hash/equal instead of g_int_hash/equal for the hash table
that
holds the saved statuses. The effect is that this will take into account
the different size of time_t across 32-bit and 64-bit systems. There
should not be any side effects because it is only used at runtime for the
hash key, and all the important data is stored in the value.
This should stop any mysterious infinite loop problems on big-endian
systems which were trying to use the MSB of the time as a hash key.
Fixes #5887.
--
Ticket URL: <http://developer.pidgin.im/ticket/5887#comment:5>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list