isohybrid: Use ftruncate instead of seek for final padding
authorP J P <pj.pandit@yahoo.co.in>
Tue, 14 Sep 2010 06:38:37 +0000 (12:08 +0530)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 13 Oct 2010 05:35:05 +0000 (22:35 -0700)
commit648a240b7b69ff5f6c217c29ed46ccac5e9ad4c2
tree668cb811947dc16ffebf6818873238832a8ad8ac
parent904fea3db31bda2360a9d3b6fe1cd0ce17c9c0ee
isohybrid: Use ftruncate instead of seek for final padding

Pad the image via ftruncate instead of seeking to the end (which was
done incorrectly).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
utils/isohybrid.c