Source-Changes archive

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

Re: CVS commit: src/usr.bin/midiplay



On Sat, Jul 01, 2006 at 10:58:30AM +0000, Havard Eidnes wrote:
> 
> Module Name:  src
> Committed By: he
> Date:         Sat Jul  1 10:58:29 UTC 2006
> 
> Modified Files:
>       src/usr.bin/midiplay: midiplay.c
> 
> Log Message:
> The type for pointer difference varies between ports, on some it's
> "long int" and on others "int", so cast via long and use %ld for printing.

Why not use ptrdiff_t?



Home | Main Index | Thread Index | Old Index