summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-12-16 17:53:15 +0000
committerMarcus Boerger <helly@php.net>2002-12-16 17:53:15 +0000
commitc36139bd55fd8412bb4757a5810417f60e24d777 (patch)
tree94f3da41485d066a584050341d841a14ba118f4b
parent41335dc90f85e0dc270a87d42257a2ce693a76c8 (diff)
downloadphp-git-c36139bd55fd8412bb4757a5810417f60e24d777.tar.gz
MFH
-rw-r--r--ext/exif/exif.c2
1 files changed, 1 insertions, 1 deletions
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