Add a cast for Win64.

svn path=/trunk/; revision=28480
This commit is contained in:
Gerald Combs 2009-05-26 04:32:51 +00:00
parent a41b956b32
commit 9f6f7c5239
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ static int fix_next_header(tvbuff_t *tvb, int offset)
const guint8 *start = data;
while ((start = strstr(start, "\0018"))) {
min_len = start +1 -data;
min_len = (guint) (start +1 -data);
/* if remaining length < 6 return and let the next desegment round
test for 8=FIX
*/