RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/lib/ depends.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Fri 22 Aug 2008 - 08:09:57 CEST
Message-Id: <20080822060957.4BFB977F57@rpm5.org>
  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-Aug-2008 08:09:57
  Branch: HEAD                             Handle: 2008082206095700

  Modified files:
    rpm/lib                 depends.c

  Log:
    - jbj: oops.

  Summary:
    Revision    Changes     Path
    1.417       +2  -2      rpm/lib/depends.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/depends.c
  ============================================================================
  $ cvs diff -u -r1.416 -r1.417 depends.c
  --- rpm/lib/depends.c	22 Aug 2008 04:43:09 -0000	1.416
  +++ rpm/lib/depends.c	22 Aug 2008 06:09:57 -0000	1.417
  @@ -259,10 +259,10 @@
   	    const char * oharch;
   	    he->tag = RPMTAG_ARCH;
   	    xx = headerGet(h, he, 0);
  -	    arch = (xx && he->p.str != NULL ? he->p.str : NULL)
  +	    arch = (xx && he->p.str != NULL ? he->p.str : NULL);
   	    he->tag = RPMTAG_ARCH;
   	    xx = headerGet(oh, he, 0);
  -	    oharch = (xx && he->p.str != NULL ? he->p.str : NULL)
  +	    oharch = (xx && he->p.str != NULL ? he->p.str : NULL);
   	    if (arch != NULL && oharch != NULL) {
   	        if (strcmp("noarch", arch) || strcmp("noarch", oharch)) {
   		    if (!_isCompatibleArch(arch, oharch)) {
  @@ .
Received on Fri Aug 22 08:09:57 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.