summaryrefslogtreecommitdiffhomepage
path: root/php_imlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'php_imlib.c')
-rw-r--r--php_imlib.c2
1 files changed, 2 insertions, 0 deletions
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;