bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Don't cast to int, but to long


From: Mads Martin Joergensen
Subject: [PATCH] Don't cast to int, but to long
Date: Mon, 4 Apr 2005 13:55:13 +0200
User-agent: Mutt/1.5.9i

Hey gettext people,

Casting pointers to int is a bad idea on many 64-bit systems since int
is 32-bit. Here's a patch (agian 0.14.3) to correct this.

-- 
Mads Martin Joergensen, http://mmj.dk
"Why make things difficult, when it is possible to make them cryptic
 and totally illogical, with just a little bit more effort?"
                                -- A. P. J.

Attachment: int2longcast.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]