removed extraneous test
svn path=/trunk/externals/iem/comport/; revision=11368
This commit is contained in:
parent
c29a8fa5a1
commit
d0c8651f69
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue