1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-09 14:21:03 +03:00

Fix another UTF conversion problem on x64. Ticket #2008. (CVS 3466)

FossilOrigin-Name: d16523e555afa1e6e89409f614fd665261fa3865
This commit is contained in:
drh
2006-10-05 11:43:53 +00:00
parent 53c36d5444
commit bb2abb2c09
3 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
** This file contains routines used to translate between UTF-8,
** UTF-16, UTF-16BE, and UTF-16LE.
**
** $Id: utf.c,v 1.41 2006/10/04 15:23:22 drh Exp $
** $Id: utf.c,v 1.42 2006/10/05 11:43:53 drh Exp $
**
** Notes on UTF-8:
**
@@ -556,7 +556,7 @@ void sqlite3utf16Substr(
** characters in each encoding are inverses of each other.
*/
void sqlite3utfSelfTest(){
int i;
unsigned int i;
unsigned char zBuf[20];
unsigned char *z;
int n;