mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Fix typo in previous release as reported by Itagaki Takahiro, but missed
by me.
This commit is contained in:
parent
748771379b
commit
c7b5e851eb
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Tatsuo Ishii
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.90 2009/10/17 00:24:51 mha Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/utils/mb/mbutils.c,v 1.91 2009/10/17 05:14:52 mha Exp $
|
||||
*/
|
||||
#include "postgres.h"
|
||||
|
||||
@ -1037,7 +1037,7 @@ pgwin32_toUTF16(const char *str, int len, int *utf16len)
|
||||
}
|
||||
|
||||
if (utf16len)
|
||||
*utf16len = len;
|
||||
*utf16len = dstlen;
|
||||
return utf16;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user