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

This commit is contained in:
David Xu 2004-04-10 14:36:57 +00:00
parent 4ddd1e65d4
commit 6464650388
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128089

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 = "";