Browse Source

cmRtNet.c: More changes to cmRtNetTest().

master
kevin 11 years ago
parent
commit
b8311ffc27
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      cmRtNet.c

+ 1
- 0
cmRtNet.c View File

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

Loading…
Cancel
Save