Fixed misspellings of '\0' as NULL.

This commit is contained in:
Bruce Evans 2004-03-14 05:14:00 +00:00
parent 301102da03
commit 332e23ebbe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126949

View File

@ -146,8 +146,8 @@ kiconv_xlat16_open(const char *tocode, const char *fromcode, int lcase)
xt.data = NULL;
xt.size = 0;
src[2] = NULL;
dst[3] = NULL;
src[2] = '\0';
dst[3] = '\0';
ret = my_iconv_init();
if (ret)