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