From 825a3d837a33f226c879cd02ad15c3fba57e8b2c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 23:30:42 +1000 Subject: Update the EFL to what I'm actually using, coz I'm using some stuff not yet released. --- libraries/evas/src/modules/loaders/tiff/evas_image_load_tiff.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libraries/evas/src/modules/loaders/tiff/evas_image_load_tiff.c') diff --git a/libraries/evas/src/modules/loaders/tiff/evas_image_load_tiff.c b/libraries/evas/src/modules/loaders/tiff/evas_image_load_tiff.c index b9bea91..e17d5a6 100644 --- a/libraries/evas/src/modules/loaders/tiff/evas_image_load_tiff.c +++ b/libraries/evas/src/modules/loaders/tiff/evas_image_load_tiff.c @@ -34,7 +34,8 @@ static Evas_Image_Load_Func evas_image_load_tiff_func = EINA_TRUE, evas_image_load_file_head_tiff, evas_image_load_file_data_tiff, - NULL + NULL, + EINA_FALSE }; typedef struct TIFFRGBAImage_Extra TIFFRGBAImage_Extra; -- cgit v1.1