]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-hirmib-ts.patch
- at least use macros that are used
[packages/rpm.git] / rpm-hirmib-ts.patch
CommitLineData
4cb8507a
ER
1--- rpm-4.5/rpmdb/rpmdb.c~ 2008-10-26 21:16:40.000000000 +0200
2+++ rpm-4.5/rpmdb/rpmdb.c 2008-10-26 22:30:16.229630486 +0200
3@@ -846,7 +846,7 @@
de6920d5 4 if (fd != NULL) {
5 xx = Fclose(fd);
6 fd = NULL;
4cb8507a
ER
7- if (headerGetEntry(h, RPMTAG_INSTALLTID, NULL, &iidp, NULL)) {
8+ if (headerGetEntry(h, RPMTAG_INSTALLTIME, NULL, &iidp, NULL)) {
de6920d5 9 struct utimbuf stamp;
10 stamp.actime = *iidp;
11 stamp.modtime = *iidp;
This page took 0.02272 seconds and 4 git commands to generate.