iliaa           Sat Oct  7 18:12:04 2006 UTC

  Modified files:              
    /php-src/ext/gd     gd.c 
  Log:
  Fixed build
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.357&r2=1.358&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.357 php-src/ext/gd/gd.c:1.358
--- php-src/ext/gd/gd.c:1.357   Sat Oct  7 17:41:14 2006
+++ php-src/ext/gd/gd.c Sat Oct  7 18:12:04 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.357 2006/10/07 17:41:14 pollita Exp $ */
+/* $Id: gd.c,v 1.358 2006/10/07 18:12:04 iliaa Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -3770,7 +3770,7 @@
 
        ZEND_FETCH_RESOURCE(f_ind, int *, &fnt, -1, "Type 1 font", le_ps_font);
 
-       if (T1_SlantFont(*f_ind, slt) != 0) {
+       if (T1_SlantFont(*f_ind, slant) != 0) {
                RETURN_FALSE;
        }
 
@@ -4179,7 +4179,7 @@
                                php_error_docref(NULL TSRMLS_CC, E_WARNING, 
"Unable to open '%s' Not a valid JPEG file", fn_dest);
                                goto convert_done;
                        }
-รข                      break;
+                       break;
 #endif /* HAVE_GD_JPG */
 
 

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

Reply via email to