RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_3: rpm/rpmio/ rpmficl.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Thu 23 Sep 2010 - 03:20:51 CEST
Message-Id: <20100923012051.2FC8DCC79A@rpm5.org>
  RPM Package Manager, CVS Repository
  /cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   23-Sep-2010 03:20:50
  Branch: rpm-5_3                          Handle: 2010092301205000

  Modified files:           (Branch: rpm-5_3)
    rpm/rpmio               rpmficl.c

  Log:
    - ficl: add ARGC_t casr.

  Summary:
    Revision    Changes     Path
    2.4.2.1     +1  -1      rpm/rpmio/rpmficl.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/rpmficl.c
  ============================================================================
  $ cvs diff -u -r2.4 -r2.4.2.1 rpmficl.c
  --- rpm/rpmio/rpmficl.c	8 Mar 2010 22:24:07 -0000	2.4
  +++ rpm/rpmio/rpmficl.c	23 Sep 2010 01:20:50 -0000	2.4.2.1
  @@ -87,7 +87,7 @@
       int xx;
   
       if (av == NULL) av = _av;
  -    ac = argvCount(av);
  +    ac = argvCount((ARGV_t)av);
   
       ficlSystemInformationInitialize(&fsi);
       fsi.context = (void *)ficl;
  @@ .
Received on Thu Sep 23 03:20:52 2010
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.