suzuki toshiya 46c371c2c7 Replace "%lx" for memory address by "%p", LLP64 platforms.
On LLP64 platforms (e.g. Win64), long (32-bit) cannot cover
the memory address (64-bit).  Also the casts from the pointer
type to long int should be removed to preserve the address
correctly.

* src/raster/ftraster.c (New_Profile): Replace "%lx" by "%p".
(End_Profile) Ditto.
* src/truetype/ttinterp.c (Init_Context): Ditto.
2010-10-25 00:14:13 +09:00
..
2008-12-21 10:29:30 +00:00
2010-09-14 09:02:10 +02:00
2010-10-12 07:49:17 +02:00
2010-08-06 00:47:57 +02:00
2010-09-14 09:02:10 +02:00
2009-06-26 07:39:08 +02:00