mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
Fix line endings, getting a little annoyed with VS' warning about mismatch
This commit is contained in:
parent
1740823864
commit
b3124dbe12
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue