From 079e46f04b61ba54be829f05c114e03b75460da9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 25 Sep 2000 21:17:32 +0000 Subject: Update. 2000-09-25 Ulrich Drepper * SUPPORTED: Remove ko_KR.JOHAB. We don't want to encourage people to use it. 2000-09-23 Bruno Haible * charmaps/JOHAB: Add identity mapping for 0x7f. --- iconv/gconv_conf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'iconv') diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 11fe050e02..4746f43bbb 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -443,6 +443,7 @@ __gconv_get_path (void) cwd = __getcwd (NULL, 0); cwdlen = strlen (cwd); } + assert (default_gconv_path[0] == '/'); /* In a first pass we calculate the number of elements. */ oldp = NULL; -- cgit v1.2.3