Avoid alloca() in findTag()
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 29 Apr 2008 10:17:33 +0000 (13:17 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 29 Apr 2008 10:17:33 +0000 (13:17 +0300)
commit3be356cb0f583c68069150421a7bdd5a8f65d555
tree298d6a11f459f56233f1c5f82fabb99c5ea0b588
parent69e3540ed0c875221147d9af5ab90089d55e5fa5
Avoid alloca() in findTag()
- instead of putting RPMTAG_ into strings where it's not present,
  do it the other way around
- avoids a string copy and redundant string comparisons on the RPMTAG_ part
rpmdb/header.c