diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 12:12:31 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-05 12:12:31 +0200 |
commit | 630a5a4c1a34f12ae264cba870005de0858353e6 (patch) | |
tree | b41a60681da0f7e77f13a9e5dd9760ed8d10f5ce /python | |
parent | b12cb085232a586ebca8673ee766d9d6e826c8dd (diff) | |
download | rpm-630a5a4c1a34f12ae264cba870005de0858353e6.tar.gz rpm-630a5a4c1a34f12ae264cba870005de0858353e6.tar.bz2 rpm-630a5a4c1a34f12ae264cba870005de0858353e6.zip |
Add rpm_color_t type for rpm color bits, use where spotted
Diffstat (limited to 'python')
-rw-r--r-- | python/rpmts-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c index e88bfa147..39fbc244f 100644 --- a/python/rpmts-py.c +++ b/python/rpmts-py.c @@ -834,7 +834,7 @@ rpmts_GetVSFlags(rpmtsObject * s) static PyObject * rpmts_SetColor(rpmtsObject * s, PyObject * args, PyObject * kwds) { - uint32_t tscolor; + rpm_color_t tscolor; char * kwlist[] = {"color", NULL}; if (_rpmts_debug) |