Browse Source

- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).

PHP-5.2.1RC1
Pierrick Charron 17 years ago
parent
commit
2ded6af198
  1. 2
      ext/gd/gd.c

2
ext/gd/gd.c

@ -4503,7 +4503,7 @@ PHP_FUNCTION(imagepsencodefont)
T1_DeleteAllSizes(*f_ind);
if (T1_ReencodeFont(*f_ind, enc_vector)) {
T1_DeleteEncoding(enc_vector);
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't reencode font");
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't re-encode font");
RETURN_FALSE;
}

Loading…
Cancel
Save