X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d9f5f2883b9b4f3487ec98a626571bd83329d862..a7a5b0d941a8e56a1be2822226a5a81cd94d6ea6:/apt-pkg/acquire-item.cc diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index d9a6a554c..3df9f2407 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -312,7 +312,7 @@ void pkgAcqIndex::Done(string Message,unsigned long Size,string MD5, /* The Translation file is added to the queue */ pkgAcqIndexTrans::pkgAcqIndexTrans(pkgAcquire *Owner, string URI,string URIDesc,string ShortDesc) : - pkgAcqIndex(Owner, URI, URIDesc, ShortDesc) + pkgAcqIndex(Owner, URI, URIDesc, ShortDesc, "", "") { }