summaryrefslogtreecommitdiff
path: root/lib/header.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-05-26 11:00:06 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-05-26 11:00:06 +0300
commit965f806bcee5ce615033d41a35ea8a29f3b7be71 (patch)
treea20b709031b619abed9f0a3b11ee939b491b3d83 /lib/header.h
parent94d3103d7bd299f2dee31e3002cfb7c0ca030389 (diff)
downloadrpm-965f806bcee5ce615033d41a35ea8a29f3b7be71.tar.gz
rpm-965f806bcee5ce615033d41a35ea8a29f3b7be71.tar.bz2
rpm-965f806bcee5ce615033d41a35ea8a29f3b7be71.zip
Treat epoch as unsigned integer
Diffstat (limited to 'lib/header.h')
-rw-r--r--lib/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/header.h b/lib/header.h
index cb0ebba61..6ed714139 100644
--- a/lib/header.h
+++ b/lib/header.h
@@ -429,7 +429,7 @@ int headerNVR(Header h,
*/
int headerNEVRA(Header h,
const char ** np,
- int32_t ** ep,
+ uint32_t ** ep,
const char ** vp,
const char ** rp,
const char ** ap);