changeset 876:c9f353b5d70c

rvinterf/asyncshell/rxctl.c: buglet in the implementation of dis/enable commands
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 30 May 2015 07:50:05 +0000
parents dab341e172de
children cd04c43187cd
files rvinterf/asyncshell/rxctl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rvinterf/asyncshell/rxctl.c	Sat May 30 07:41:23 2015 +0000
+++ b/rvinterf/asyncshell/rxctl.c	Sat May 30 07:50:05 2015 +0000
@@ -71,6 +71,7 @@
 			printf("error: unknown channel \"%s\"\n", np);
 			return;
 		}
+		gotsome++;
 	}
 }