diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-04 12:00:30 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-04 12:00:30 +0200 |
commit | 1df890dd0230ffceba86832b320d377b4d505cfb (patch) | |
tree | 0931574cd065ef5c13e8895ba3d6d89b11574c75 /python | |
parent | aca6d4a2c4cb5ce76031884933661115c80ca6c1 (diff) | |
download | rpm-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.c | 2 |
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); |