]> granicus.if.org Git - php/commitdiff
fix compiler definition tests
authorMarcus Boerger <helly@php.net>
Mon, 16 Dec 2002 17:52:43 +0000 (17:52 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 16 Dec 2002 17:52:43 +0000 (17:52 +0000)
ext/exif/exif.c

index 72b16345bfcdfac9172e0e8bee530386a67ab549..77c95525764686f4271c0c967b4e8d971d9d6424 100644 (file)
@@ -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