summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-02-04 12:00:30 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-02-04 12:00:30 +0200
commit1df890dd0230ffceba86832b320d377b4d505cfb (patch)
tree0931574cd065ef5c13e8895ba3d6d89b11574c75 /python
parentaca6d4a2c4cb5ce76031884933661115c80ca6c1 (diff)
downloadrpm-1df890dd0230ffceba86832b320d377b4d505cfb.tar.gz
rpm-1df890dd0230ffceba86832b320d377b4d505cfb.tar.bz2
rpm-1df890dd0230ffceba86832b320d377b4d505cfb.zip
Make check-programs build again, assorted type-fiddlings..
Diffstat (limited to 'python')
-rw-r--r--python/rpmts-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmts-py.c b/python/rpmts-py.c
index dd6fb4727..14ee42efb 100644
--- a/python/rpmts-py.c
+++ b/python/rpmts-py.c
@@ -1020,7 +1020,7 @@ fprintf(stderr, "\tFclose(%p)\n", fd);
Fclose (fd);
} else {
if (_rpmts_debug)
-fprintf(stderr, "\t%ld:%ld key %p\n", amount, total, pkgKey);
+fprintf(stderr, "\t%d:%d key %p\n", amount, total, pkgKey);
}
Py_DECREF(result);