From 84f037f29fdabadcc4bda4ddc46b717a1a7682d9 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 14 Mar 2004 05:14:00 +0000 Subject: Fixed misspellings of '\0' as NULL. --- lib/libkiconv/xlat16_iconv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libkiconv/xlat16_iconv.c b/lib/libkiconv/xlat16_iconv.c index c714961..58d4ec8 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) -- cgit v1.1