Only pass what's needed to parseForCaps()
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 14 May 2012 08:09:37 +0000 (11:09 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 14 May 2012 08:09:37 +0000 (11:09 +0300)
commit5784b99bdcdde5a44a482e666904618cbfcc1ecd
tree2680cab93a36784161518c64eb51435d74abbbd3
parent0b0664cabd793127750ebeb3953912c3d444f139
Only pass what's needed to parseForCaps()

- It doesn't need the entire filelist, just the current file
  pointer (or actually just the caps string but for consistency...)
  That we need to track for capability presence overall is a different
  thing, that doesn't need to be in parseForCaps() at all.
build/files.c