mask && PFM_FOO should instead be mask & PFM_FOO.
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Wed, 15 Sep 2010 00:05:24 +0000 (00:05 +0000)
committergraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Wed, 15 Sep 2010 00:05:24 +0000 (00:05 +0000)
commite85956a6700f6b6d66394a70d6c442e947b6a517
tree12514a812ec040d3b2adc0ff1e8b405a8d37b90f
parent94b8e3537df5c6eb8b6f17e2f1c3820f2492ff45
mask && PFM_FOO should instead be mask & PFM_FOO.

From Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>.

git-svn-id: http://opkg.googlecode.com/svn/trunk@564 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
libopkg/pkg_parse.c