Clean up + simplify pgpsigFormat()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Jun 2011 08:31:55 +0000 (11:31 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 1 Jun 2011 08:31:55 +0000 (11:31 +0300)
commit6acef96d9e1eddb588e24f924f6cf9d29ea48d64
tree90162b62d2773d2210fd4d00bfc1d09bcfb1fd61
parent030e54a666953ee7ba4fee210887d82eb21d4bcf
Clean up + simplify pgpsigFormat()
- Don't do manually what the computer can do for you, let rasprintf()
  calculate the string sizes
- Handle possible date conversion errors: if we can't format the
  date correctly then at least show the integer value along with
  a complaint
lib/formats.c