提交 38535f8e 编写于 作者: T Tatsuo Ishii

Fix typo in an error message

上级 3cd7edfe
/*
* conversion functions between pg_wchar and multibyte streams.
* Tatsuo Ishii
* $Id: wchar.c,v 1.30 2002/09/04 20:31:31 momjian Exp $
* $Id: wchar.c,v 1.31 2003/01/11 06:55:11 ishii Exp $
*
* WIN1250 client encoding updated by Pavel Behal
*
......@@ -633,7 +633,7 @@ pg_verifymbstr(const unsigned char *mbstr, int len)
if (GetDatabaseEncoding() == PG_UTF8 &&
(*mbstr & 0xf8) == 0xf0)
{
snprintf(buf, sizeof(buf), "Unicode >= 0x10000 is not supoorted");
snprintf(buf, sizeof(buf), "Unicode >= 0x10000 is not supported");
return (buf);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册