Fixed variable declaration so older compilers will not complain.
authorEarl Hood <earl@earlhood.com>
Sat, 6 Feb 2010 07:45:47 +0000 (07:45 +0000)
committerEarl Hood <earl@earlhood.com>
Sat, 6 Feb 2010 07:45:47 +0000 (07:45 +0000)
commitb7c348e99fa223f370ebdb4fd9b6627596c66a08
tree1acc7ba36f5d2f3f542553eb0b6ca93f7d588fd1
parent2f689a1cb907a5de04e6d39ffd217a69af3216c7
Fixed variable declaration so older compilers will not complain.
I.e. Older compilers may not support C99, so variables must be
declared at the beginning of a block.
sbr/m_mktemp.c