]> granicus.if.org Git - php/commitdiff
MFH
authorMarcus Boerger <helly@php.net>
Mon, 16 Dec 2002 17:53:15 +0000 (17:53 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 16 Dec 2002 17:53:15 +0000 (17:53 +0000)
ext/exif/exif.c

index 28ecf73a3f3e13cc0e6fb483e03ac9230aec10a6..4b072a2ab281ea8df377a0eb72fd1749fc6bfbb7 100644 (file)
@@ -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