Fix a typo. I was locked out for two days from my machine.

This commit is contained in:
davidxu 2004-04-10 14:36:57 +00:00
parent 74cb325f5e
commit 289170412b

View File

@ -100,7 +100,7 @@ _GB2312_mbrtowc(wchar_t * __restrict pwc, const char * __restrict s, size_t n,
int i, len, ocount;
size_t ncopy;
gs = (_GB2312State *)gs;
gs = (_GB2312State *)ps;
if (s == NULL) {
s = "";