aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/file.c b/file.c
index f83775d676..3ff97c96ec 100644
--- a/file.c
+++ b/file.c
@@ -321,8 +321,8 @@ cf_read(capture_file *cf)
float prog_val;
GTimeVal start_time;
gchar status_str[100];
- int progbar_nextstep;
- int progbar_quantum;
+ gint64 progbar_nextstep;
+ gint64 progbar_quantum;
cum_bytes=0;
@@ -906,8 +906,8 @@ cf_merge_files(char **out_filenamep, int in_file_count,
float prog_val;
GTimeVal start_time;
gchar status_str[100];
- int progbar_nextstep;
- int progbar_quantum;
+ gint64 progbar_nextstep;
+ gint64 progbar_quantum;
/* open the input files */
if (!merge_open_in_files(in_file_count, in_filenames, &in_files,