From d0c8651f69e31184e119dda8f509d15e0383d313 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 14 May 2009 20:19:39 +0000 Subject: removed extraneous test svn path=/trunk/externals/iem/comport/; revision=11368 --- comport/comport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comport/comport.c b/comport/comport.c index 3a96db7..4dd86c9 100644 --- a/comport/comport.c +++ b/comport/comport.c @@ -1213,7 +1213,7 @@ allows COM port numbers to be specified. */ if(argc > 0 && argv->a_type == A_FLOAT) com_num = atom_getfloatarg(0,argc,argv); - if(argc > 1 && argv->a_type == A_FLOAT) + if(argc > 1) fbaud = atom_getfloatarg(1,argc,argv); /* Open the Comport for RD and WR and get a handle */ -- cgit v1.2.1