From 760e20c406353f1a92d8b0a37102b23c1023225c Mon Sep 17 00:00:00 2001 From: Masanori Ogino <167209+omasanori@users.noreply.github.com> Date: Sun, 10 Dec 2023 17:11:33 +0900 Subject: [PATCH] Fix a wrong substitution Signed-off-by: Masanori Ogino Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com> --- code.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code.c b/code.c index df3fbc8..05d734a 100644 --- a/code.c +++ b/code.c @@ -52,7 +52,7 @@ static int ccnt = 0; codeconv(c, rkstr) wchar16_t c; -unsignedint *rkstr; +unsigned int *rkstr; { unsigned short ccode, i; unsigned short CheckCcode();