From cb94d65a249724561325df153319b33ce07c1639 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 18 Dec 2004 01:04:57 +0000 Subject: [PATCH] add dict_getShortName, casts for symbian --- common/dictnry.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/dictnry.c b/common/dictnry.c index eb30b9469..a44530926 100644 --- a/common/dictnry.c +++ b/common/dictnry.c @@ -290,6 +290,7 @@ dict_loadFromStream( DictionaryCtxt* dict, XWStreamCtxt* stream ) XP_ASSERT( !dict->destructor ); dict->destructor = common_destructor; + dict->func_dict_getShortName = dict_getName; /* default */ nFaces = (XP_U8)stream_getBits( stream, 6 ); maxCountBits = (XP_U16)stream_getBits( stream, 3 );