diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-25 21:17:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-25 21:17:32 +0000 |
commit | 079e46f04b61ba54be829f05c114e03b75460da9 (patch) | |
tree | f20dab8f0fff1daa6a14535a4c4633044ceb3be1 /iconv/gconv_conf.c | |
parent | 40739d9f8ca8c816cda7e78c8f1b7d29dd191e2a (diff) | |
download | glibc-079e46f04b61ba54be829f05c114e03b75460da9.tar.gz glibc-079e46f04b61ba54be829f05c114e03b75460da9.tar.xz glibc-079e46f04b61ba54be829f05c114e03b75460da9.zip |
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.c | 1 |
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; |