From a13e90fd1c1f2809d60f61c1d16a3cf4ebba18c9 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 25 Jul 2007 09:29:23 +0200 Subject: * apt/package.py: * apt/cache.py: * python/indexfile.cc: - increase str buffer in PackageIndexFileRepr --- python/indexfile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/indexfile.cc b/python/indexfile.cc index ef6ffc8a..4e32f2ab 100644 --- a/python/indexfile.cc +++ b/python/indexfile.cc @@ -56,7 +56,7 @@ static PyObject *PackageIndexFileRepr(PyObject *Self) { pkgIndexFile *File = GetCpp(Self); - char S[300]; + char S[1024]; snprintf(S,sizeof(S),"