helly           Mon Dec 16 12:52:43 2002 EDT

  Modified files:              
    /php4/ext/exif      exif.c 
  Log:
  fix compiler definition tests
  
  
Index: php4/ext/exif/exif.c
diff -u php4/ext/exif/exif.c:1.133 php4/ext/exif/exif.c:1.134
--- php4/ext/exif/exif.c:1.133  Mon Dec 16 10:53:46 2002
+++ php4/ext/exif/exif.c        Mon Dec 16 12:52:43 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: exif.c,v 1.133 2002/12/16 15:53:46 helly Exp $ */
+/* $Id: exif.c,v 1.134 2002/12/16 17:52:43 helly Exp $ */
 
 /*  ToDos
  *
@@ -95,7 +95,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.133 2002/12/16 15:53:46 helly Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.134 2002/12/16 17:52:43 helly Exp $"
 
 /* {{{ PHP_MINFO_FUNCTION
  */
@@ -2536,7 +2536,7 @@
 
 /* {{{ 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to