Lose padding argument from formatters
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 20 May 2008 08:57:30 +0000 (11:57 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 21 May 2008 09:04:50 +0000 (12:04 +0300)
commitfae1edeb939e761a7fd070081d378a2a67a485f9
treef773e7fb88d37ad5c5e31b54af4b0a0fab1cbab1
parent845eb8fc70493da08e9cf31749796dbb976aa657
Lose padding argument from formatters
- formatPrefix already contains the padding, just use rasprintf() on that
  to get properly allocated buffer without messing with it manually
- xml format doesn't honor padding anyway so don't bother with it
lib/formats.c
lib/headerfmt.c
lib/rpmtd.c