mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
fix compiler definition tests
This commit is contained in:
parent
50af908f01
commit
59656cc706
1 changed files with 1 additions and 1 deletions
|
@ -2536,7 +2536,7 @@ static int exif_process_undefined(char **result, char *value, size_t byte_count
|
|||
|
||||
/* {{{ exif_process_string_raw
|
||||
* Copy a string in Exif header to a character string returns length of allocated buffer if any. */
|
||||
#ifndef EXIF_USE_MBSTRING
|
||||
#if !EXIF_USE_MBSTRING
|
||||
static int exif_process_string_raw(char **result, char *value, size_t byte_count) {
|
||||
/* we cannot use strlcpy - here the problem is that we have to copy NUL
|
||||
* chars up to byte_count, we also have to add a single NUL character to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue