Use the correct parameters in a function call.

svn path=/trunk/; revision=14271
This commit is contained in:
Anders Broman 2005-05-02 18:30:14 +00:00
parent f2ffbf0a46
commit 3f395aec51
1 changed files with 1 additions and 1 deletions

View File

@ -2041,7 +2041,7 @@ dissect_tcap_dialog_portion(ASN1_SCK *asn1, proto_tree *tcap_tree, proto_item *t
if (portion_def_len)
{
tvb_ensure_bytes_exist(tcap_tree, saved_offset, len);
tvb_ensure_bytes_exist(asn1->tvb, saved_offset, len);
proto_item_set_len(dlg_item, len);
}