outbin: replace fprintf(rf, not_defined); with fputs(not_defined, rf);
commit34c768fcc55476fa94c997294477693c436b438b
authorH. Peter Anvin <hpa@zytor.com>
Thu, 30 Apr 2009 15:03:10 +0000 (30 08:03 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 30 Apr 2009 15:06:25 +0000 (30 08:06 -0700)
tree42cca424f64dddd80a0e2ec45e11b5501b37702f
parent37d335762362377e0c895e319272b67e6395728b
outbin: replace fprintf(rf, not_defined); with fputs(not_defined, rf);

Some vendors get nervous about parameterized printf patterns;
furthermore, it's completely unnecessary in this case.

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