← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Correct signature of sorting function

 

Patch committed on r5979.  Thanks.

On 7/22/2015 2:06 PM, Simon Richter wrote:
> Hi,
> 
> The sorting function signature is supposed to use wxIntPtr, which is
> guaranteed to be large enough to hold a pointer. The Windows ABI defines
> "long" to be 32 bits, even on 64 bit architectures.
> 
> I have no idea how that ever compiled.
> 
>    Simon
> 
> ---
>  common/displlst.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 



References