mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Put debug function behind ifdef
This commit is contained in:
parent
2edc5e00ac
commit
e59efb3740
1 changed files with 2 additions and 0 deletions
|
@ -2085,10 +2085,12 @@ static inline zend_bool exif_offset_info_contains(
|
|||
return start >= info->valid_start && end <= info->valid_end;
|
||||
}
|
||||
|
||||
#ifdef EXIF_DEBUG
|
||||
static inline int exif_offset_info_length(const exif_offset_info *info)
|
||||
{
|
||||
return info->valid_end - info->valid_start;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* {{{ exif_file_sections_add
|
||||
Add a file_section to image_info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue