aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-03-14 05:14:00 +0000
committerBruce Evans <bde@FreeBSD.org>2004-03-14 05:14:00 +0000
commit332e23ebbee6a7388e46763a52fb815e91d67a5e (patch)
treeaf97aa81a00948471dc41d357a023551e6b84041
parent301102da037a58ffacc14aeb050321a3d9b9cb4f (diff)
downloadsrc-332e23ebbee6a7388e46763a52fb815e91d67a5e.tar.gz
src-332e23ebbee6a7388e46763a52fb815e91d67a5e.zip
Notes
-rw-r--r--lib/libkiconv/xlat16_iconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkiconv/xlat16_iconv.c b/lib/libkiconv/xlat16_iconv.c
index c71496199423..58d4ec8a0e7b 100644
--- a/lib/libkiconv/xlat16_iconv.c
+++ b/lib/libkiconv/xlat16_iconv.c
@@ -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)