changelog.c: time array must be declared as int_32* instead of long* in x86_64

This commit is contained in:
Silvan Calarco 2014-05-14 01:28:57 +02:00
parent 93c410f724
commit 584c5cd8d9

View File

@ -127,8 +127,7 @@ getPackageChangelog(Header h, struct headerSourceList* headersource)
struct Packager *currpackager = NULL;
char **changelogtext, **changelogrelease;
char *endp;
// long *changelogtime;
long *changelogtime;
int_32 *changelogtime;
char changelogname[255];
changelogtime = headerGetUIntArrayEntry(h, RPMTAG_CHANGELOGTIME, &count);