iliaa           Tue Apr 27 10:59:09 2004 EDT

  Modified files:              
    /php-src/ext/gd/libgd       gd.c 
  Log:
  Fixed bug #28184 (C++ comments in GD library sources).
  
  
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gd.c?r1=1.78&r2=1.79&ty=u
Index: php-src/ext/gd/libgd/gd.c
diff -u php-src/ext/gd/libgd/gd.c:1.78 php-src/ext/gd/libgd/gd.c:1.79
--- php-src/ext/gd/libgd/gd.c:1.78      Sun Apr 25 15:45:02 2004
+++ php-src/ext/gd/libgd/gd.c   Tue Apr 27 10:59:07 2004
@@ -1873,7 +1873,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