Mercurial > hg > xemacs-beta
diff src/intl-win32.c @ 5027:22179cd0fe15
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 10 Feb 2010 07:25:19 -0600 |
parents | 2ade80e8c640 |
children | 8b2f75cecb89 |
line wrap: on
line diff
--- a/src/intl-win32.c Wed Feb 10 07:15:36 2010 -0600 +++ b/src/intl-win32.c Wed Feb 10 07:25:19 2010 -0600 @@ -1601,10 +1601,10 @@ wchar_t * wcsncpy (wchar_t *dst0, const wchar_t *src0, size_t count) { - if (dst0 == NULL || src0 == NULL) return NULL; wchar_t *dscan; const wchar_t *sscan; + if (dst0 == NULL || src0 == NULL) return NULL; dscan = dst0; sscan = src0; while (count > 0)