outbin: when using saa_rnbytes() we have to saa_rewind()
commitffe782a322ea81e55d38ce3a057c7ae1536b5fd4
authorH. Peter Anvin <hpa@zytor.com>
Sun, 5 Jul 2009 22:40:45 +0000 (5 15:40 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 5 Jul 2009 22:40:45 +0000 (5 15:40 -0700)
tree4eafd008a829df1cd46480c4adb633ba312289a0
parent31f336183cee2c7f7766f4e207fe530efdc16d52
outbin: when using saa_rnbytes() we have to saa_rewind()

Using saa_fpwrite() to dump a section to a file automatically does
saa_rewind(), but if we use saa_rnbytes() to do bit by bit then we
manually need to to saa_rewind() before we start.

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