summaryrefslogtreecommitdiff
path: root/locale/localeinfo.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-29 01:22:46 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-29 01:22:46 +0000
commit4370efec00d16ce99054b53a73ce1630dc48da47 (patch)
treeae804320c73d5da426b1ea5f408a3db447c7a8c1 /locale/localeinfo.h
parent04ea3b0fbb9ca56a04b437c57c2878842d331c77 (diff)
Update.
2000-08-28 Ulrich Drepper <drepper@redhat.com> * locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828 to avoid crashing statically linked applications.
Diffstat (limited to 'locale/localeinfo.h')
-rw-r--r--locale/localeinfo.h2
1 files changed, 1 insertions, 1 deletions
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 <intl/loadinfo.h> /* 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