]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-inline.patch
- added -unescape-urlencoded-strings.patch (fixes lp#381548)
[packages/poldek.git] / poldek-inline.patch
CommitLineData
daabd8d2 1diff -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.085741 seconds and 4 git commands to generate.