Skip to content

Commit

Permalink
Fix up format vs type warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Nov 26, 2008
1 parent 85b4c3d commit a3cd380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@ guchar *exif_get_preview(ExifData *exif, guint *data_len, gint requested_width,
{
UnmapData *ud;

DEBUG_1("%s: offset %lu", path, offset);
DEBUG_1("%s: offset %u", path, offset);

*data_len = map_len - offset;
ud = g_new(UnmapData, 1);
Expand Down

0 comments on commit a3cd380

Please sign in to comment.