mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
new strutils macro syntax
This commit is contained in:
parent
804b3c5f76
commit
7e049bb986
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ make_stubbed_dict( MPFORMAL_NOCOMMA )
|
|||
XP_MEMSET( dict, 0, sizeof(*dict) );
|
||||
|
||||
MPASSIGN( dict->mpool, mpool );
|
||||
dict->name = copyString( MPPARM(mpool) "Stub dictionary" );
|
||||
dict->name = copyString( mpool, "Stub dictionary" );
|
||||
dict->nFaces = datasize/3;
|
||||
|
||||
dict->destructor = destroy_stubbed_dict;
|
||||
|
|
Loading…
Reference in a new issue