Skip to content

Commit 6ec1ec6

Browse files
committed
Remove a gratuitous string difference (does not affect translations).
1 parent 9e1843c commit 6ec1ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/oracle_compat.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.63 2005/10/29 00:31:51 petere Exp $
12+
* $PostgreSQL: pgsql/src/backend/utils/adt/oracle_compat.c,v 1.64 2005/11/04 22:19:04 petere Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -224,7 +224,7 @@ win32_utf8_wcstotext(const wchar_t *str)
224224
if (r == 0) /* shouldn't happen */
225225
ereport(ERROR,
226226
(errcode(ERRCODE_CHARACTER_NOT_IN_REPERTOIRE),
227-
errmsg("UTF16 to UTF8 translation failed: %lu",
227+
errmsg("UTF-16 to UTF-8 translation failed: %lu",
228228
GetLastError())));
229229

230230
VARATT_SIZEP(result) = nbytes + VARHDRSZ - 1; /* -1 to ignore null */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy