Initialise variable.

(sorry about the build breakage, these new message formats will be tested soon
and it looks like I forgot to compile-test the last change I made...).

svn path=/trunk/; revision=25220
This commit is contained in:
Martin Mathieson 2008-05-02 21:38:49 +00:00
parent 36121319b0
commit 6036ca259e
1 changed files with 1 additions and 0 deletions

View File

@ -1419,6 +1419,7 @@ void dissect_usch_channel_info(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tr
offset++;
/* Rx Timing Deviation */
rx_timing_deviation = tvb_get_guint8(tvb, offset);
rx_timing_deviation_ti = proto_tree_add_item(tree, hf_fp_rx_timing_deviation,
tvb, offset, 1, FALSE);
offset++;