Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38535f8

Browse files
committed
Fix typo in an error message
1 parent3cd7edf commit38535f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/mb/wchar.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* conversion functions between pg_wchar and multibyte streams.
33
* Tatsuo Ishii
4-
* $Id: wchar.c,v 1.30 2002/09/04 20:31:31 momjian Exp $
4+
* $Id: wchar.c,v 1.31 2003/01/11 06:55:11 ishii Exp $
55
*
66
* WIN1250 client encoding updated by Pavel Behal
77
*
@@ -633,7 +633,7 @@ pg_verifymbstr(const unsigned char *mbstr, int len)
633633
if (GetDatabaseEncoding()==PG_UTF8&&
634634
(*mbstr&0xf8)==0xf0)
635635
{
636-
snprintf(buf,sizeof(buf),"Unicode >= 0x10000 is notsupoorted");
636+
snprintf(buf,sizeof(buf),"Unicode >= 0x10000 is notsupported");
637637
return (buf);
638638
}
639639

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp