changelog.c: time array must be declared as int_32* instead of long* in x86_64
This commit is contained in:
parent
93c410f724
commit
584c5cd8d9
@ -127,8 +127,7 @@ getPackageChangelog(Header h, struct headerSourceList* headersource)
|
|||||||
struct Packager *currpackager = NULL;
|
struct Packager *currpackager = NULL;
|
||||||
char **changelogtext, **changelogrelease;
|
char **changelogtext, **changelogrelease;
|
||||||
char *endp;
|
char *endp;
|
||||||
// long *changelogtime;
|
int_32 *changelogtime;
|
||||||
long *changelogtime;
|
|
||||||
char changelogname[255];
|
char changelogname[255];
|
||||||
|
|
||||||
changelogtime = headerGetUIntArrayEntry(h, RPMTAG_CHANGELOGTIME, &count);
|
changelogtime = headerGetUIntArrayEntry(h, RPMTAG_CHANGELOGTIME, &count);
|
||||||
|
Loading…
Reference in New Issue
Block a user