ICU-1992 data loading, dat->icu

X-SVN-Rev: 9238
This commit is contained in:
Steven R. Loomis 2002-07-17 21:02:09 +00:00
parent c3cd9fec3e
commit 2f8b47db27

View file

@ -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;