Further simplify rpmInitMacros()
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 19 Apr 2008 13:42:56 +0000 (16:42 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 19 Apr 2008 13:42:56 +0000 (16:42 +0300)
commit9ae911eefedf9618202b6a76d670914119784464
tree65be934cdfbf7712e5cb6e8e18c4a9a42760a076
parente336146a9ed6b28016e0dff68ea6979c3c9e5866
Further simplify rpmInitMacros()
- Use argvSplit() for splitting the macro path to components instead of
  manual pointer-parsery.
- If URL's are to be supported or accepted at all (previous code attempted
  to skip them), ':' is a very poor delimiter character.
rpmio/macro.c