mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
revent wrong part
This commit is contained in:
parent
f306943799
commit
06000724e7
1 changed files with 1 additions and 3 deletions
|
@ -173,9 +173,7 @@ UErrorCode intl_error_get_code( intl_error* err TSRMLS_DC )
|
|||
*/
|
||||
void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC )
|
||||
{
|
||||
if(err) {
|
||||
intl_error_set_code( err, code TSRMLS_CC );
|
||||
}
|
||||
intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC );
|
||||
}
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue