Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c7b5e85

Browse files
committed
Fix typo in previous release as reported by Itagaki Takahiro, but missed
by me.
1 parent 7487713 commit c7b5e85

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/17 00:24:51 mha Exp $
7+
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.91 2009/10/17 05: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
return utf16;
10421042
}
10431043

0 commit comments

Comments
 (0)