From Jakub Zawadzki: Fix a logic error.

svn path=/trunk/; revision=28047
This commit is contained in:
Gerald Combs 2009-04-14 17:52:22 +00:00
parent 1aa850f274
commit c3befe3a37
1 changed files with 1 additions and 0 deletions

View File

@ -579,6 +579,7 @@ static void dissect_iec104apci(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tr
ep_strbuf_append_printf(res, "%d)", apcih->Rx);
/* Align first packets */
if (apcih->Tx < 10)
ep_strbuf_append(res, " ");
if (apcih->Rx < 10)
ep_strbuf_append(res, " ");
break;