RPM Community Forums

Mailing List Message of <rpm-cvs>

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

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 18 Jun 2007 - 19:21:38 CEST
Message-Id: <20070618172138.DD1F73484E9@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:   18-Jun-2007 19:21:38
  Branch: HEAD                             Handle: 2007061818213800

  Modified files:
    rpm/lib                 rpmte.c

  Log:
    remove compiler warning.

  Summary:
    Revision    Changes     Path
    2.45        +1  -1      rpm/lib/rpmte.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmte.c
  ============================================================================
  $ cvs diff -u -r2.44 -r2.45 rpmte.c
  --- rpm/lib/rpmte.c	9 Jun 2007 19:07:57 -0000	2.44
  +++ rpm/lib/rpmte.c	18 Jun 2007 17:21:38 -0000	2.45
  @@ -548,7 +548,7 @@
       rpmds ds = rpmteDS(te, tag);
       char deptype = 'R';
       char mydt;
  -    const int_32 * ddict;
  +    const uint_32 * ddict;
       int_32 * colors;
       int_32 * refs;
       int_32 val;
  @@ .
Received on Mon Jun 18 19:21:38 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.