The last compiler nit for issue #38
This commit is contained in:
parent
51badc2d8e
commit
a98b15033f
1 changed files with 11 additions and 9 deletions
|
@ -992,18 +992,20 @@ int32 alm( int32 pulse, int32 code, int32 AC )
|
||||||
|
|
||||||
case ioDIC : /* get modem or receiver status */
|
case ioDIC : /* get modem or receiver status */
|
||||||
if ( alm_line < qty_max )
|
if ( alm_line < qty_max )
|
||||||
|
{
|
||||||
if ( alm_section )
|
if ( alm_section )
|
||||||
{
|
|
||||||
/* get modem section status */
|
|
||||||
if ( qty_ldsc[ alm_line ].xmte )
|
|
||||||
{
|
{
|
||||||
iodata = 0035 ; /* set CD, CTS, DSR, MDM flags */
|
/* get modem section status */
|
||||||
|
if ( qty_ldsc[ alm_line ].xmte )
|
||||||
|
{
|
||||||
|
iodata = 0035 ; /* set CD, CTS, DSR, MDM flags */
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
/* get receiver section status */
|
||||||
|
iodata = 0 ; /* receiver error status - no errors by default */
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
/* get receiver section status */
|
|
||||||
iodata = 0 ; /* receiver error status - no errors by default */
|
|
||||||
}
|
}
|
||||||
break ;
|
break ;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue