helly           Thu Feb 24 15:22:19 2005 EDT

  Modified files:              
    /php-src/ext/standard       image.c 
  Log:
  - This must be == 1
  
http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.105&r2=1.106&ty=u
Index: php-src/ext/standard/image.c
diff -u php-src/ext/standard/image.c:1.105 php-src/ext/standard/image.c:1.106
--- php-src/ext/standard/image.c:1.105  Wed Feb 23 19:12:15 2005
+++ php-src/ext/standard/image.c        Thu Feb 24 15:22:18 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: image.c,v 1.105 2005/02/24 00:12:15 helly Exp $ */
+/* $Id: image.c,v 1.106 2005/02/24 20:22:18 helly Exp $ */
 
 #include "php.h"
 #include <stdio.h>
@@ -687,7 +687,7 @@
                        break;
                }
 
-               if (box_length <= 1) {
+               if (box_length == 1) {
                        /* We won't handle XLBoxes */
                        return NULL;
                }

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

Reply via email to