setadv: asprintf() doesn't return an error code
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 10 Jun 2010 01:28:34 +0000 (18:28 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 10 Jun 2010 01:28:34 +0000 (18:28 -0700)
commitd9408bb55f2c833de361cef1153c615d2874e7c6
tree6f6847f0b59b11fe478480365fbd274a838a9a0c
parent862845aea785a1b7eb52b9e23850d113a2098310
setadv: asprintf() doesn't return an error code

asprintf() doesn't return an error number, but a count of characters
(which we don't need.)

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
libinstaller/setadv.c