moriyoshi Sat Nov 23 06:20:52 2002 EDT
Modified files:
/php4/ext/gd gd.c
Log:
Fixed tab positions.
Index: php4/ext/gd/gd.c
diff -u php4/ext/gd/gd.c:1.224 php4/ext/gd/gd.c:1.225
--- php4/ext/gd/gd.c:1.224 Fri Nov 22 18:25:14 2002
+++ php4/ext/gd/gd.c Sat Nov 23 06:20:51 2002
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: gd.c,v 1.224 2002/11/22 23:25:14 rasmus Exp $ */
+/* $Id: gd.c,v 1.225 2002/11/23 11:20:51 moriyoshi Exp $ */
/* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
Cold Spring Harbor Labs. */
@@ -1867,12 +1867,12 @@
ZEND_FETCH_RESOURCE(im, gdImagePtr, IM, -1, "Image", le_gd);
- #if HAVE_LIBGD20
+# if HAVE_LIBGD20
/* We can return right away for a truecolor image as deallocating colours is
meaningless here */
if (gdImageTrueColor(im)) {
RETURN_TRUE;
}
- #endif
+# endif
convert_to_long_ex(index);
col = Z_LVAL_PP(index);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php