mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
use symbolic constant
This commit is contained in:
parent
6c22698ca8
commit
df691a5403
1 changed files with 2 additions and 1 deletions
|
@ -835,7 +835,8 @@ palm_ir_receiveMove( PalmAppGlobals* globals, ExgSocketPtr socket )
|
|||
if ( err == 0 ) {
|
||||
XWStreamCtxt* instream;
|
||||
|
||||
instream = mem_stream_make(MEMPOOL globals->vtMgr, globals, 0, NULL);
|
||||
instream = mem_stream_make( MEMPOOL globals->vtMgr, globals,
|
||||
CHANNEL_NONE, NULL );
|
||||
stream_open( instream );
|
||||
|
||||
for ( ; ; ) {
|
||||
|
|
Loading…
Reference in a new issue