Fix the win64 build

svn path=/trunk/; revision=34564
This commit is contained in:
Jeff Morriss 2010-10-18 21:36:41 +00:00
parent 94e072c92f
commit 83caffd358
1 changed files with 1 additions and 1 deletions

2
file.c
View File

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