summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-10-18 21:36:41 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-10-18 21:36:41 +0000
commit83caffd358e232824a3d2548327fe90a5cd4861c (patch)
treee38cee22bec2fa4bfb016b6e51a07c1fff3c6f27 /file.c
parent94e072c92f4e2ca5d498aea7aaee099fa73371e2 (diff)
downloadwireshark-83caffd358e232824a3d2548327fe90a5cd4861c.tar.gz
Fix the win64 build
svn path=/trunk/; revision=34564
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index f18a0c4a27..25103e2bfa 100644
--- a/file.c
+++ b/file.c
@@ -474,7 +474,7 @@ static void outofmemory_cb(gpointer dialog _U_, gint btn _U_, gpointer data _U_)
}
static float
-calc_progbar_val(capture_file *cf, gint64 size, gint64 file_pos, gchar *status_str, gsize status_size)
+calc_progbar_val(capture_file *cf, gint64 size, gint64 file_pos, gchar *status_str, gulong status_size)
{
float progbar_val;