summaryrefslogtreecommitdiff
path: root/tools/rpmcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rpmcache.c')
-rw-r--r--tools/rpmcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/rpmcache.c b/tools/rpmcache.c
index ccafe491c..43bb2bf8c 100644
--- a/tools/rpmcache.c
+++ b/tools/rpmcache.c
@@ -45,8 +45,8 @@ static int indent = 2;
typedef struct Item_s {
char * path;
- int32_t size;
- int32_t mtime;
+ rpm_off_t size;
+ rpm_time_t mtime;
rpmds this;
Header h;
} * Item;