derick          Tue Mar 16 15:58:02 2004 EDT

  Modified files:              
    /php-src/ext/exif   exif.c 
  Log:
  - Fixed typo
  
  
http://cvs.php.net/diff.php/php-src/ext/exif/exif.c?r1=1.161&r2=1.162&ty=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.161 php-src/ext/exif/exif.c:1.162
--- php-src/ext/exif/exif.c:1.161       Thu Jan  8 03:15:20 2004
+++ php-src/ext/exif/exif.c     Tue Mar 16 15:58:01 2004
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: exif.c,v 1.161 2004/01/08 08:15:20 andi Exp $ */
+/* $Id: exif.c,v 1.162 2004/03/16 20:58:01 derick Exp $ */
 
 /*  ToDos
  *
@@ -111,7 +111,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.161 2004/01/08 08:15:20 andi Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.162 2004/03/16 20:58:01 derick Exp $"
 
 /* {{{ PHP_MINFO_FUNCTION
  */
@@ -2862,7 +2862,7 @@
 
                        case TAG_FNUMBER:
                                /* Simplest way of expressing aperture, so I trust it 
the most.
-                                  (overwrite previously computd value if there is 
one) */
+                                  (overwrite previously computed value if there is 
one) */
                                ImageInfo->ApertureFNumber = 
(float)exif_convert_any_format(value_ptr, format, ImageInfo->motorola_intel TSRMLS_CC);
                                break;
 

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

Reply via email to