From b8311ffc27e514144bafc024e2a188e073a3b023 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 26 Apr 2013 13:58:38 -0700 Subject: [PATCH] cmRtNet.c: More changes to cmRtNetTest(). --- cmRtNet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmRtNet.c b/cmRtNet.c index 073741b..56c7492 100644 --- a/cmRtNet.c +++ b/cmRtNet.c @@ -827,6 +827,7 @@ void cmRtNetTest( cmCtx_t* ctx, bool mstrFl ) if( cmThreadPause(p->thH,0) != kOkThRC ) goto errLabel; + cmRptPrintf(&ctx->rpt,"q=quit\n"); while( (c=getchar()) != 'q' ) {