use dict_getShortName

This commit is contained in:
ehouse 2004-12-18 01:06:47 +00:00
parent 718eb3f600
commit b77d8b8fbb

View file

@ -2283,7 +2283,7 @@ server_formatDictCounts( ServerCtxt* server, XWStreamCtxt* stream,
XP_ASSERT( !!server->vol.model );
dict = model_getDictionary( server->vol.model );
dname = dict_getName( dict );
dname = dict_getShortName( dict );
XP_SNPRINTF( buf, sizeof(buf), fmt, dname );
stream_putBytes( stream, buf, XP_STRLEN(buf) );