From: foobar Date: Thu, 18 Aug 2005 12:56:36 +0000 (+0000) Subject: Nuked EOL from error message X-Git-Tag: PRE_NEW_OCI8_EXTENSION~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dde3f89dd46ba809f8eb6a0333e32e6a55a27789;p=php Nuked EOL from error message --- diff --git a/ext/unicode/locale.c b/ext/unicode/locale.c index 88335e53b2..ab0762c3b0 100644 --- a/ext/unicode/locale.c +++ b/ext/unicode/locale.c @@ -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 */