- fix of bug made with too fast release

svn path=/trunk/; revision=15609
This commit is contained in:
Tomas Kukosa 2005-08-29 11:37:08 +00:00
parent 695130920c
commit 0aad00ae37
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ DEBUG_ENTRY("dissect_per_normally_small_nonnegative_whole_number");
} else {
pi = proto_tree_add_uint(tree, hf_index, tvb, (offset>>3), 1, *length);
}
if (!display_internal_per_fields && internal) PROTO_ITEM_SET_HIDDEN(pi);
if (!display_internal_per_fields) PROTO_ITEM_SET_HIDDEN(pi);
}
return offset;
}