Fix variable that needs to survive a longjmp().

Pointed out by a warning in a compilation for ARM.

Change-Id: Iab2748adbdc88c9e6749da1c3835896683a1a091
Reviewed-on: https://code.wireshark.org/review/8648
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-05-26 01:53:38 -07:00
parent ecdaa11f50
commit 2638402727
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ extern value_string_ext scsi_asc_val_ext;
{ \
volatile gboolean try_short_packet; \
tvbuff_t *try_tvb; \
guint try_offset; \
volatile guint try_offset; \
guint32 try_end_data_offset=0; \
\
try_short_packet=pinfo->fd->cap_len<pinfo->fd->pkt_len; \