From: Frank Mori Hess Date: Mon, 28 May 2001 03:35:34 +0000 (+0000) Subject: fixed bug X-Git-Tag: r0_7_16~80 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=69b9002a22aa3915e1221e7bd7667c75d0d8bd47;p=comedilib.git fixed bug --- diff --git a/lib/cmd.c b/lib/cmd.c index 82fbe9a..9ff0ff3 100644 --- a/lib/cmd.c +++ b/lib/cmd.c @@ -43,7 +43,7 @@ int comedi_get_cmd_generic_timed(comedi_t *it,unsigned int s,comedi_cmd *cmd) }else if(cmd->start_src&TRIG_FOLLOW){ cmd->start_src=TRIG_FOLLOW; cmd->start_arg=0; - } + }else{ /* hmmm... don't know what to do */ return -1; }