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;
|
||||
char **changelogtext, **changelogrelease;
|
||||
char *endp;
|
||||
// long *changelogtime;
|
||||
long *changelogtime;
|
||||
int_32 *changelogtime;
|
||||
char changelogname[255];
|
||||
|
||||
changelogtime = headerGetUIntArrayEntry(h, RPMTAG_CHANGELOGTIME, &count);
|
||||
|
Loading…
Reference in New Issue
Block a user