summaryrefslogtreecommitdiff
path: root/iconv/gconv_conf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-25 21:17:32 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-25 21:17:32 +0000
commit079e46f04b61ba54be829f05c114e03b75460da9 (patch)
treef20dab8f0fff1daa6a14535a4c4633044ceb3be1 /iconv/gconv_conf.c
parent40739d9f8ca8c816cda7e78c8f1b7d29dd191e2a (diff)
Update.
2000-09-25 Ulrich Drepper <drepper@redhat.com> * SUPPORTED: Remove ko_KR.JOHAB. We don't want to encourage people to use it. 2000-09-23 Bruno Haible <haible@clisp.cons.org> * charmaps/JOHAB: Add identity mapping for 0x7f.
Diffstat (limited to 'iconv/gconv_conf.c')
-rw-r--r--iconv/gconv_conf.c1
1 files changed, 1 insertions, 0 deletions
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;