From: Joerg H. <jo...@de...> - 2004-03-16 19:18:31
|
Hi I've seen in several files unter libexif/, that sizeof(long) is assumed to be 4 bytes. On all 32bit plattforms this is true, but on linux and 64bit plattforms (x86-64, alpha, sparc64, ...) it is 8 bytes in size. I'll try to convert to that to uint32_t, which is always 32 bits in size. Maybe all references to exif_get_short to exif_get_uint16, too? This would be the most portable and consequent way to do this. Joerg -- Fachbegriffe der Informatik (Nr 313): Next Generation Ada - Ada'Succ(s). Derek Mahony |