use symbolic constant

This commit is contained in:
ehouse 2004-11-06 02:34:49 +00:00
parent 6c22698ca8
commit df691a5403

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