summaryrefslogtreecommitdiff
path: root/cmdline/apt-extracttemplates.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-07-02 03:10:21 +0200
committerMichael Vogt <mvo@debian.org>2014-07-08 10:00:15 +0200
commit3621b1c70f532c61ccfee6a65c413ee573ed4900 (patch)
tree7254b6abc754ce96ddbe3cbeb3157c928d7a0c0e /cmdline/apt-extracttemplates.cc
parent3c09d634b6aef7bbdbc75f38e3969f4b46b0ac0d (diff)
Fix ar and tar code to be LFS-safe
This is an ABI break. Closes: #742882
Diffstat (limited to 'cmdline/apt-extracttemplates.cc')
-rw-r--r--cmdline/apt-extracttemplates.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-extracttemplates.cc b/cmdline/apt-extracttemplates.cc
index 0d568106f..f95b9e5ba 100644
--- a/cmdline/apt-extracttemplates.cc
+++ b/cmdline/apt-extracttemplates.cc
@@ -140,7 +140,7 @@ bool DebFile::DoItem(Item &I, int &Fd)
// ---------------------------------------------------------------------
/* */
bool DebFile::Process(Item &/*I*/, const unsigned char *data,
- unsigned long size, unsigned long pos)
+ unsigned long long size, unsigned long long pos)
{
switch (Which)
{