mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
fix to compile in release mode
This commit is contained in:
parent
1957ad3dbe
commit
8fbc9ca343
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ linux_dictionary_make( MPFORMAL const char* dictFileName, XP_Bool useMMap )
|
||||||
} /* gtk_dictionary_make */
|
} /* gtk_dictionary_make */
|
||||||
|
|
||||||
static XP_UCHAR*
|
static XP_UCHAR*
|
||||||
getNullTermParam( LinuxDictionaryCtxt* dctx, const XP_U8** ptr,
|
getNullTermParam( LinuxDictionaryCtxt* XP_UNUSED_DBG(dctx), const XP_U8** ptr,
|
||||||
XP_U16* headerLen )
|
XP_U16* headerLen )
|
||||||
{
|
{
|
||||||
XP_U16 len = 1 + XP_STRLEN( (XP_UCHAR*)*ptr );
|
XP_U16 len = 1 + XP_STRLEN( (XP_UCHAR*)*ptr );
|
||||||
|
|
Loading…
Add table
Reference in a new issue