about summary refs log tree commit diff
path: root/converter
diff options
context:
space:
mode:
Diffstat (limited to 'converter')
-rw-r--r--converter/other/exif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/exif.c b/converter/other/exif.c
index fbfb0629..2f9a998f 100644
--- a/converter/other/exif.c
+++ b/converter/other/exif.c
@@ -819,7 +819,7 @@ process_EXIF(unsigned char * const ExifData,
         if (ShowTags){
             fprintf(stderr, 
                     "Non-settings part of Exif header: %lu bytes\n",
-                    ExifData+length-LastExifRefd);
+                    (unsigned long)(ExifData+length-LastExifRefd));
         }
     }
 }