Clean up rpmalAllFileSatisfiesDepend() a bit
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 14 Sep 2009 10:23:34 +0000 (13:23 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 14 Sep 2009 10:23:34 +0000 (13:23 +0300)
commit7cd005ce7f5357e4905c920f0ddb576f055dae82
tree5ca6cdf2e589d575d455453c7d1958f1fffe5d71
parentcb2bd766ded51790353ae667aedbfeee0e9494f9
Clean up rpmalAllFileSatisfiesDepend() a bit
- avoid multiple strrchr() calls
- avoid _constfree(), the string size is known from strrchr() so we dont
  need to allocate on heap at all
lib/rpmal.c