use symbolic constant

This commit is contained in:
ehouse 2004-11-06 02:34:49 +00:00
parent ea98508e43
commit fe8636f4d7

View file

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