iliaa           Tue Apr 27 10:59:26 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/gd/libgd       gd.c 
  Log:
  MFH: Fixed bug #28184 (C++ comments in GD library sources).
  
  
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gd.c?r1=1.24.2.30&r2=1.24.2.31&ty=u
Index: php-src/ext/gd/libgd/gd.c
diff -u php-src/ext/gd/libgd/gd.c:1.24.2.30 php-src/ext/gd/libgd/gd.c:1.24.2.31
--- php-src/ext/gd/libgd/gd.c:1.24.2.30 Sun Apr 25 15:43:30 2004
+++ php-src/ext/gd/libgd/gd.c   Tue Apr 27 10:59:25 2004
@@ -1875,7 +1875,7 @@
        int oc;   /* old pixel value */
        int wx2,wy2;
        /* stack of filled segments */
-       //struct seg stack[FILL_MAX],*sp = stack;;
+       /* struct seg stack[FILL_MAX],*sp = stack;; */
        struct seg *stack;
        struct seg *sp;
 

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

Reply via email to