@@ -1685,5 +1685,7 @@ string pkgAcqFile::Custom600Headers()
{
if (IsIndexFile)
return "\nIndex-File: true";
+ else
+ return string();
}
/*}}}*/
@@ -1,3 +1,10 @@
+apt (0.7.26~exp5) UNRELEASED; urgency=low
+
+ * apt-pkg/acquire-item.cc:
+ - Fix pkgAcqFile::Custom600Headers() to always return something.
+ -- Julian Andres Klode <jak@debian.org> Fri, 07 May 2010 09:18:45 +0200
apt (0.7.26~exp4) experimental; urgency=low
[ David Kalnischkies ]