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: 25-Oct-2007 19:12:39
Branch: HEAD Handle: 2007102518123900
Modified files:
rpm/lib depends.c
Log:
- typo.
Summary:
Revision Changes Path
1.356 +1 -1 rpm/lib/depends.c
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/lib/depends.c
============================================================================
$ cvs diff -u -r1.355 -r1.356 depends.c
--- rpm/lib/depends.c 25 Oct 2007 15:26:03 -0000 1.355
+++ rpm/lib/depends.c 25 Oct 2007 17:12:39 -0000 1.356
@@ -400,7 +400,7 @@
/* Do lazy (readonly?) open of rpm database. */
if (rpmtsGetRdb(ts) == NULL && rpmtsDBMode(ts) != -1) {
- if ((ec = rpmtsOpenDB(ts, rpmtsDBMode(ts)) != 0)
+ if ((ec = rpmtsOpenDB(ts, rpmtsDBMode(ts)) != 0))
goto exit;
}
@@ .
Received on Thu Oct 25 19:12:39 2007