mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
Nuked EOL from error message
This commit is contained in:
parent
b385e0ad39
commit
dde3f89dd4
@ -65,7 +65,7 @@ PHP_FUNCTION(icu_loc_set_default)
|
||||
* validation.
|
||||
*/
|
||||
if (U_FAILURE(status)) {
|
||||
php_error(E_WARNING, "Invalid locale: %s\n", locale);
|
||||
php_error(E_WARNING, "Invalid locale: %s", locale);
|
||||
RETURN_FALSE;
|
||||
}
|
||||
/* don't bother if locales are identical */
|
||||
|
Loading…
Reference in New Issue
Block a user