From e8f777b69dd34f887b7e9c2398ccddd61e8af265 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 22 Oct 2010 11:57:38 +0300 Subject: Switch python bindings to use rpm(Dbi)TagVal as appropriate - None of these are true enum uses as the value typically originates from python integers etc. --- python/rpmte-py.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/rpmte-py.c') diff --git a/python/rpmte-py.c b/python/rpmte-py.c index edf417af9..0001ef44b 100644 --- a/python/rpmte-py.c +++ b/python/rpmte-py.c @@ -159,7 +159,7 @@ static PyObject * rpmte_DS(rpmteObject * s, PyObject * args, PyObject * kwds) { rpmds ds; - rpmTag tag; + rpmTagVal tag; char * kwlist[] = {"tag", NULL}; if (!PyArg_ParseTupleAndKeywords(args, kwds, "O&:DS", kwlist, -- cgit v1.2.3