More P64 changes.

svn path=/trunk/; revision=27638
This commit is contained in:
Guy Harris 2009-03-07 05:11:56 +00:00
parent b2408ca1a3
commit 07addfdcea
1 changed files with 2 additions and 1 deletions

View File

@ -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';