Dont waste time with argv for rpmfc file names
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 26 Sep 2012 08:31:41 +0000 (11:31 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 26 Sep 2012 08:58:29 +0000 (11:58 +0300)
commitda20a6dbf1dfc655762440ce9784756fb4353eb8
tree2e5502691f4118309d86c21e8086b64bf819d89e
parentcb112b67450398aa0981b4055fc66e9972b91eff
Dont waste time with argv for rpmfc file names

- argvAdd() gets more and more costly as the number of files increase,
  use a plain old string array where one is called for: the size
  is predetermined (from another argv) and we're just copying the
  strings for internal storage here. We do need to pay a little bit
  more attention to details now though.
build/rpmfc.c