diff options
Diffstat (limited to 'parser.c')
-rw-r--r-- | parser.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -718,7 +718,6 @@ void Parser_main (char *raw_in, int interactive_terminal, void(*cbfunc)(gpointer switch (routine_num) { case 0: - response = g_strdup_printf("routine_num: %d, channel: %d, parameter: %s, units: %s, command type: %d",routine_num,channel,parameter,units,command_type); error_num=Unrecognized; break; case 11: @@ -737,8 +736,7 @@ void Parser_main (char *raw_in, int interactive_terminal, void(*cbfunc)(gpointer break; default: - /* valid but not implemented yet */ - response = g_strdup_printf("routine_num: %d, channel: %d, parameter: %s, units: %s, command type: %d",routine_num,channel,parameter,units,command_type); + error_num=Unrecognized; break; } |