Don't use Palm APIs in common code!

This commit is contained in:
ehouse 2004-11-09 02:03:28 +00:00
parent 6b212d60d9
commit fbc2f86187

View file

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