index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/pacman/util.c | 2 |
diff --git a/src/pacman/util.c b/src/pacman/util.c index ec2d3d2b..ebf15dbd 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -433,7 +433,7 @@ static void table_free(alpm_list_t *headers, alpm_list_t *rows) alpm_list_free(rows); } -static void add_transaction_sizes_row(alpm_list_t **rows, char *label, int size) +static void add_transaction_sizes_row(alpm_list_t **rows, char *label, off_t size) { alpm_list_t *row = NULL; char *str; |