image.c (tiff_load): Avoid compiler warning in 2nd arg to TIFFClientOpen.
+2011-02-01 Eli Zaretskii <eliz@gnu.org>
+
+ * image.c (tiff_load): Avoid compiler warning in 2nd arg to
+ TIFFClientOpen.
+
2011-02-01 Jan Djärv <jan.h.d@swipnet.se>
* xsmfns.c (ice_connection_closed): Call delete_read_fd.
memsrc.len = SBYTES (specified_data);
memsrc.index = 0;
- tiff = fn_TIFFClientOpen ("memory_source", "r", &memsrc,
+ tiff = fn_TIFFClientOpen ("memory_source", "r", (thandle_t)&memsrc,
(TIFFReadWriteProc) tiff_read_from_memory,
(TIFFReadWriteProc) tiff_write_from_memory,
tiff_seek_in_memory,