From cb2cc9a9765a03c0970c525716c7267547828002 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 24 Sep 2010 20:56:46 +0200 Subject: merge fix from Steven Chamberlain for crash in unattended-upgrades, many many thanks (closes: #596408) --- python/acquire-item.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/acquire-item.cc b/python/acquire-item.cc index 4b7dc34d..abc773b5 100644 --- a/python/acquire-item.cc +++ b/python/acquire-item.cc @@ -162,7 +162,7 @@ static PyObject *acquireitem_repr(PyObject *Self) return 0; return PyString_FromFormat("<%s object: " "Status: %i Complete: %i Local: %i IsTrusted: %i " - "FileSize: %lu DestFile:'%s' " + "FileSize: %llu DestFile:'%s' " "DescURI: '%s' ID:%lu ErrorText: '%s'>", Self->ob_type->tp_name, Itm->Status, Itm->Complete, Itm->Local, Itm->IsTrusted(), -- cgit v1.2.3