aboutsummaryrefslogtreecommitdiff
path: root/src/inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc.h')
-rw-r--r--src/inc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc.h b/src/inc.h
index 090dbcaf..80a1bc4e 100644
--- a/src/inc.h
+++ b/src/inc.h
@@ -73,7 +73,7 @@ struct _IncSession
GHashTable *folder_table; /* table of destination folders */
GHashTable *tmp_folder_table; /* for progressive update */
- gint cur_total_bytes;
+ gint64 cur_total_bytes;
gpointer data;
};