aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/cosine.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-03-07 05:11:56 +0000
committerGuy Harris <guy@alum.mit.edu>2009-03-07 05:11:56 +0000
commit07addfdceaad4b7bd90b530bac1e76b6038a002e (patch)
tree8d7d404d077c9ce5426492804d3de8213f160dcb /wiretap/cosine.c
parentb2408ca1a3ff7b70da16ffb1f0847cf8ba9f5577 (diff)
More P64 changes.
svn path=/trunk/; revision=27638
Diffstat (limited to 'wiretap/cosine.c')
-rw-r--r--wiretap/cosine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/cosine.c b/wiretap/cosine.c
index 1cf77f6c4e..3f8fafedb4 100644
--- a/wiretap/cosine.c
+++ b/wiretap/cosine.c
@@ -248,7 +248,8 @@ static gint64 cosine_seek_next_packet(wtap *wth, int *err, char *hdr)
static gboolean cosine_check_file_type(wtap *wth, int *err)
{
char buf[COSINE_LINE_LENGTH];
- guint reclen, line;
+ gsize reclen;
+ guint line;
buf[COSINE_LINE_LENGTH-1] = '\0';