[Xfce4-commits] r29407 - xarchiver/trunk/src
Giuseppe Torelli
colossus at xfce.org
Wed Jan 28 08:23:55 CET 2009
Author: colossus
Date: 2009-01-28 07:23:55 +0000 (Wed, 28 Jan 2009)
New Revision: 29407
Modified:
xarchiver/trunk/src/window.c
Log:
Fixed bug #4865 thanks to Fredric Johansson.
Modified: xarchiver/trunk/src/window.c
===================================================================
--- xarchiver/trunk/src/window.c 2009-01-27 22:43:12 UTC (rev 29406)
+++ xarchiver/trunk/src/window.c 2009-01-28 07:23:55 UTC (rev 29407)
@@ -1448,7 +1448,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();
@@ -1518,7 +1518,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)
More information about the Xfce4-commits
mailing list