summaryrefslogtreecommitdiff
path: root/wiretap/erf.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-31 21:16:18 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-31 21:16:18 +0000
commitff32408b0a3a4fbfefa534a5f98dfe69748277c9 (patch)
tree0e8f97abe5f5d5101216a2baa9443ddf7923b5d5 /wiretap/erf.c
parent141a830b9fba59b40bc2c8e3677323ca2f7c0daa (diff)
downloadwireshark-ff32408b0a3a4fbfefa534a5f98dfe69748277c9.tar.gz
Try using gint64 for alignbytes.
svn path=/trunk/; revision=38827
Diffstat (limited to 'wiretap/erf.c')
-rw-r--r--wiretap/erf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/erf.c b/wiretap/erf.c
index 562bf65b28..2c1d8d9ece 100644
--- a/wiretap/erf.c
+++ b/wiretap/erf.c
@@ -560,7 +560,7 @@ static gboolean erf_dump(
union wtap_pseudo_header other_phdr;
int newencap = -1;
int encap;
- int alignbytes = 0;
+ gint64 alignbytes = 0;
int i;
guint32 crc32 = 0x00000000;