1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* charmaps/BIG5: Add mapping for <U20AC> back.

Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
This commit is contained in:
Ulrich Drepper
2000-11-07 00:26:45 +00:00
parent 17b16ef060
commit 1324affa18
7 changed files with 347 additions and 206 deletions

View File

@ -183,7 +183,7 @@ _dl_load_cache_lookup (const char *name)
cache_new = (void *) -1;
}
else if (file != NULL && cachesize > sizeof *cache_new
&& memcmp (cache_new->magic, CACHEMAGIC_VERSION_NEW,
&& memcmp (file, CACHEMAGIC_VERSION_NEW,
sizeof CACHEMAGIC_VERSION_NEW - 1) == 0)
{
cache_new = file;