Macro argument handling regression (rhbz#455333)
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 16 Jul 2008 06:40:10 +0000 (09:40 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 16 Jul 2008 06:40:10 +0000 (09:40 +0300)
commitf366011c42e4cf13d3acdd1af45127f0a1baec3a
tree82a5da2711020eedf6898861f506d8d8982097c4
parente9cae5eecfab5694be7dddc3fde75f1669e6c240
Macro argument handling regression (rhbz#455333)
- expandMacro() wants the next \0 character to be returned, which might
  or might not be the same as lastc passed to grabArgs()
- use memcpy() instead of memmove() for the copy, the areas can't overlap
rpmio/macro.c