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

Commitc7b5e85

Browse files
committed
Fix typo in previous release as reported by Itagaki Takahiro, but missed
by me.
1 parent7487713 commitc7b5e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Tatsuo Ishii
66
*
7-
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.90 2009/10/1700:24:51 mha Exp $
7+
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.91 2009/10/1705:14:52 mha Exp $
88
*/
99
#include"postgres.h"
1010

@@ -1037,7 +1037,7 @@ pgwin32_toUTF16(const char *str, int len, int *utf16len)
10371037
}
10381038

10391039
if (utf16len)
1040-
*utf16len=len;
1040+
*utf16len=dstlen;
10411041
returnutf16;
10421042
}
10431043

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp