From: Marcus Boerger Date: Mon, 16 Dec 2002 17:53:15 +0000 (+0000) Subject: MFH X-Git-Tag: php-4.3.0RC4~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c36139bd55fd8412bb4757a5810417f60e24d777;p=php MFH --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 28ecf73a3f..4b072a2ab2 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -2514,7 +2514,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