]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-inline.patch
- support for query format (ls --qf=QUERYFMT)
[packages/poldek.git] / poldek-inline.patch
1 diff -ruN poldek-0.30-cvs20080604.13./install3/iset.c poldek-0.30-cvs20080604.13/install3/iset.c
2 --- poldek-0.30-cvs20080604.13./install3/iset.c 2008-02-03 20:07:42.000000000 +0100
3 +++ poldek-0.30-cvs20080604.13/install3/iset.c  2008-07-17 23:13:25.449260760 +0200
4 @@ -47,7 +47,7 @@
5      pkg_set_mf(iset->pms, pkg, mflag);
6  }
7  
8 -inline int iset_ismarkedf(struct iset *iset, const struct pkg *pkg,
9 +int iset_ismarkedf(struct iset *iset, const struct pkg *pkg,
10                            unsigned mflag)
11  {
12      return pkg_isset_mf(iset->pms, pkg, mflag);
This page took 0.080958 seconds and 3 git commands to generate.