Use ARGV_t instead of stringbuf in changelog parsing
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Oct 2010 08:39:28 +0000 (11:39 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 28 Oct 2010 08:55:04 +0000 (11:55 +0300)
commit342189d479760ad886818aebc6b31b265b9335eb
tree87bd56f2679efa9d7ed8fe27601e21a6986699bc
parent4100680ec20bce51e50e0d87203d5386c736f31c
Use ARGV_t instead of stringbuf in changelog parsing
- addChangelog() is a bad boy and modifies the string it grabs
  from getStringBuf(), be clean about it and grab a copy through
  argvJoin() instead
- addChangelog() would be better off walking and parsing over the
  argv directly instead of a joined string of it all, but leaving
  that exercise for some other rainy day
build/parseChangelog.c