mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-18 10:08:29 +01:00
Don't use Palm APIs in common code!
This commit is contained in:
parent
6b212d60d9
commit
fbc2f86187
1 changed files with 1 additions and 1 deletions
|
@ -2284,7 +2284,7 @@ server_formatDictCounts( ServerCtxt* server, XWStreamCtxt* stream,
|
|||
|
||||
dict = model_getDictionary( server->vol.model );
|
||||
dname = dict_getName( dict );
|
||||
StrPrintF( buf, fmt, dname );
|
||||
XP_SNPRINTF( buf, sizeof(buf), fmt, dname );
|
||||
stream_putBytes( stream, buf, XP_STRLEN(buf) );
|
||||
|
||||
nChars = dict_numTileFaces( dict );
|
||||
|
|
Loading…
Reference in a new issue