RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Jeff Johnson
Root: /v/rpm/cvs Email: jbj@rpm5.org
Module: rpm Date: 22-Oct-2007 02:31:13
Branch: HEAD Handle: 2007102201311300
Modified files:
rpm/lib psm.c
Log:
typo.
Summary:
Revision Changes Path
2.252 +1 -1 rpm/lib/psm.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/lib/psm.c
============================================================================
$ cvs diff -u -r2.251 -r2.252 psm.c
--- rpm/lib/psm.c 22 Oct 2007 00:27:32 -0000 2.251
+++ rpm/lib/psm.c 22 Oct 2007 00:31:13 -0000 2.252
@@ -1473,7 +1473,7 @@
he->c = 1;
}
#endif
- xx = hae(fi->h, he->tag, he->t, he->p.ptr, he->c);
+ xx = hae(h, he->tag, he->t, he->p.ptr, he->c);
assert(xx);
he->tag = RPMTAG_FLINKPKGID;
@@ .
Received on Mon Oct 22 02:31:13 2007