summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-01-04 17:52:59 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-01-04 17:52:59 +0000
commit092ae175f070124ba0857429609e5613a4606934 (patch)
tree5c909b45fb934e7863e4445ed7a5dc6e613c3d9d /apt-pkg
parent29628967c993d75db73a235e4fb1d4faaa028f9f (diff)
* make apt-get source smarter about not downloading the same sources twice
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/acquire-item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc
index 88c25de43..1c5866a4a 100644
--- a/apt-pkg/acquire-item.cc
+++ b/apt-pkg/acquire-item.cc
@@ -1037,7 +1037,7 @@ pkgAcqFile::pkgAcqFile(pkgAcquire *Owner,string URI,string MD5,
else
PartialSize = Buf.st_size;
}
-
+
QueueURI(Desc);
}
/*}}}*/