mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
use symbolic constant
This commit is contained in:
parent
ea98508e43
commit
fe8636f4d7
1 changed files with 2 additions and 1 deletions
|
@ -835,7 +835,8 @@ palm_ir_receiveMove( PalmAppGlobals* globals, ExgSocketPtr socket )
|
||||||
if ( err == 0 ) {
|
if ( err == 0 ) {
|
||||||
XWStreamCtxt* instream;
|
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 );
|
stream_open( instream );
|
||||||
|
|
||||||
for ( ; ; ) {
|
for ( ; ; ) {
|
||||||
|
|
Loading…
Reference in a new issue