Author: abrander
Date: 2010-01-31 00:23:25 +0100 (Sun, 31 Jan 2010)
New Revision: 3129
Modified:
trunk/librawstudio/rs-tiff-ifd.c
Log:
Fixed type.
Modified: trunk/librawstudio/rs-tiff-ifd.c
===================================================================
--- trunk/librawstudio/rs-tiff-ifd.c 2010-01-30 22:52:58 UTC (rev 3128)
+++ trunk/librawstudio/rs-tiff-ifd.c 2010-01-30 23:23:25 UTC (rev 3129)
@@ -149,7 +149,7 @@
GList *found;
RSTiffIfdEntry *ret = NULL;
- found = g_list_find_custom(ifd->entries, GUINT_TO_POINTER(tag),
(GCompareFunc) _tag_search);
+ found = g_list_find_custom(ifd->entries, GUINT_TO_POINTER((guint) tag),
(GCompareFunc) _tag_search);
if (found)
ret = g_object_ref(found->data);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit