mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
use dict_getShortName
This commit is contained in:
parent
718eb3f600
commit
b77d8b8fbb
1 changed files with 1 additions and 1 deletions
|
@ -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) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue