diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-18 19:40:46 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-18 19:40:46 +0200 |
| commit | 5b7efad60b731077902cb03bcffd207b6c89e2e4 (patch) | |
| tree | a1ef736bc912c41a11e911279677671bf5df43b6 /python/tag.cc | |
| parent | a9dd5cc00d723bedc06a0d17c7ede97fb66c14fd (diff) | |
| parent | ddfb5f9abcc398843e48885bbc8b3e4439c14e7b (diff) | |
| download | python-apt-5b7efad60b731077902cb03bcffd207b6c89e2e4.tar.gz | |
* merged with python-apt--mvo
Diffstat (limited to 'python/tag.cc')
| -rw-r--r-- | python/tag.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tag.cc b/python/tag.cc index 41db059c..883a8eab 100644 --- a/python/tag.cc +++ b/python/tag.cc @@ -132,7 +132,7 @@ static PyObject *TagSecMap(PyObject *Self,PyObject *Arg) } // len() operation -static int TagSecLength(PyObject *Self) +static Py_ssize_t TagSecLength(PyObject *Self) { pkgTagSection &Sec = GetCpp<pkgTagSection>(Self); return Sec.Count(); |
