mirror of
https://github.com/php/php-src.git
synced 2024-12-18 06:21:41 +08:00
- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).
This commit is contained in:
parent
762ea0fb52
commit
2b2c140ac5
@ -3844,7 +3844,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…
Reference in New Issue
Block a user