You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-arch/xarchiver/files/xarchiver-0.5.2-stack-smash...

21 lines
581 B

--- xarchiver-0.5.2-old/src/window.c 2008-11-11 09:31:45.000000000 +0100
+++ xarchiver-0.5.2/src/window.c 2009-01-25 16:26:07.000000000 +0100
@@ -1447,7 +1447,7 @@
GtkTreeIter iter;
gint n_elem = 0,pos = 0,dirs = 0;
unsigned long int total_size = 0;
- unsigned long int size = 0;
+ guint64 size = 0;
XEntry *entry = NULL;
path = gtk_tree_path_new_first();
@@ -1517,7 +1517,7 @@
GtkTreeModel *model;
gint selected = 0,pos = 0,dirs = 0;
unsigned long int total_size = 0;
- unsigned long int size = 0;
+ guint64 size = 0;
XEntry *entry;
switch (archive->type)