Fix a typo. I was locked out for two days from my machine.
This commit is contained in:
parent
74cb325f5e
commit
289170412b
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user