Fix line endings, getting a little annoyed with VS' warning about mismatch

This commit is contained in:
Kalle Sommer Nielsen 2016-08-05 11:12:51 +02:00
parent 1740823864
commit b3124dbe12

View file

@ -1918,7 +1918,7 @@ static void exif_iif_add_value(image_info_type *image_info, int section_index, c
case TAG_FMT_UNDEFINED:
if (value) {
if (tag == TAG_MAKER_NOTE) {
length = MIN(length, strlen(value));
length = MIN(length, (int) strlen(value));
}
/* do not recompute length here */