outmacho: make a copy of "fmt" instead of making it a pointer
commit43e0c3cf8dcad976b65fc8e8fefc0b0809af4137
authorH. Peter Anvin <hpa@linux.intel.com>
Wed, 17 Feb 2016 21:28:19 +0000 (17 13:28 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 17 Feb 2016 21:28:19 +0000 (17 13:28 -0800)
tree0e0f39fc5e3f3c9f61f676934f57808be381366f
parent1452990979398343fe9ca41109ec2e4df2cd368a
outmacho: make a copy of "fmt" instead of making it a pointer

Make a point of the output format constants instead of making it
a pointer.  The output format is set only once, but it is accessed
all the time.

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