cmRtNet.c: More changes to cmRtNetTest().

This commit is contained in:
kevin 2013-04-26 13:58:38 -07:00
parent 636d3211da
commit b8311ffc27

View File

@ -827,6 +827,7 @@ void cmRtNetTest( cmCtx_t* ctx, bool mstrFl )
if( cmThreadPause(p->thH,0) != kOkThRC ) if( cmThreadPause(p->thH,0) != kOkThRC )
goto errLabel; goto errLabel;
cmRptPrintf(&ctx->rpt,"q=quit\n");
while( (c=getchar()) != 'q' ) while( (c=getchar()) != 'q' )
{ {