From 2f8b47db273967c781e151dd4e881c949a847a34 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 17 Jul 2002 21:02:09 +0000 Subject: [PATCH] ICU-1992 data loading, dat->icu X-SVN-Rev: 9238 --- icu4c/source/common/uchar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/uchar.c b/icu4c/source/common/uchar.c index b8b34b215d2..e5d03eb65e9 100644 --- a/icu4c/source/common/uchar.c +++ b/icu4c/source/common/uchar.c @@ -38,7 +38,7 @@ * for a description of the file format, see icu/source/tools/genprops/store.c */ static const char DATA_NAME[] = "uprops"; -static const char DATA_TYPE[] = "dat"; +static const char DATA_TYPE[] = "icu"; static UDataMemory *propsData=NULL;