From 31c4e6f0a33828aca4fbc99ce730c6f835c1bef3 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Mon, 3 Feb 2003 03:10:44 +0000 Subject: [PATCH] Fix a bug about multibyte check. --- multibyte.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multibyte.h b/multibyte.h index bd85747..ef348b4 100644 --- a/multibyte.h +++ b/multibyte.h @@ -77,7 +77,7 @@ extern unsigned char *pg_mbsinc(int ccsc, const unsigned char *current ); typedef struct { int ccsc; - const char *encstr; + const unsigned char *encstr; int pos; int ccst; } encoded_str; -- 2.39.5