From 4370efec00d16ce99054b53a73ce1630dc48da47 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Aug 2000 01:22:46 +0000 Subject: Update. 2000-08-28 Ulrich Drepper * locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828 to avoid crashing statically linked applications. --- locale/localeinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/localeinfo.h b/locale/localeinfo.h index f986282392..1a4fe6f543 100644 --- a/locale/localeinfo.h +++ b/locale/localeinfo.h @@ -33,7 +33,7 @@ #include /* For loaded_l10nfile definition. */ /* Magic number at the beginning of a locale data file for CATEGORY. */ -#define LIMAGIC(category) (0x20000616 ^ (category)) +#define LIMAGIC(category) (0x20000828 ^ (category)) /* Two special weight constants for the collation data. */ #define IGNORE_CHAR 2 -- cgit v1.2.3