Push the macro buffer size limit down by one level
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 24 Sep 2010 09:48:15 +0000 (12:48 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 27 Sep 2010 11:55:12 +0000 (14:55 +0300)
commit568ba0d2421f89f7f98531b81ba9fe783dbdc749
tree453228a4acb9cc39f713d9fde4276fff121b3588
parenta931202422b38cbac52aeb507572a597ddee9106
Push the macro buffer size limit down by one level
- Turn expandMacros() into a wrapper around internal doExpandMacros()
  which returns the expanded string in a newly allocated buffer, use
  the internal version for rpmExpand() too.
rpmio/macro.c