From 198a6baf9a125d3cf6fa7c7a53bcc4aa8a128f18 Mon Sep 17 00:00:00 2001 From: pp Date: Tue, 2 Nov 2010 14:58:22 +0000 Subject: - clear T1_errno before using libt1 functions (cont) git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/branches/PHP5.2@336 455248ca-bdda-0310-9134-f4ebb693071a --- php_imlib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php_imlib.c b/php_imlib.c index d5eb8be..0cc9b09 100644 --- a/php_imlib.c +++ b/php_imlib.c @@ -3119,6 +3119,8 @@ PHP_FUNCTION(imlib_psbbox) #define new_x(a, b) (int) ((a) * cos_a - (b) * sin_a) #define new_y(a, b) (int) ((a) * sin_a + (b) * cos_a) + T1_errno = 0; + if (per_char) { space += T1_GetCharWidth(*f_ind, ' '); cur_x = cur_y = 0; -- cgit v1.2.3