fix sub2_honour_dollar type exim-4_77_RC3
authorPhil Pennock <pdp@exim.org>
Wed, 5 Oct 2011 04:29:25 +0000 (00:29 -0400)
committerPhil Pennock <pdp@exim.org>
Wed, 5 Oct 2011 04:29:25 +0000 (00:29 -0400)
commit5cfd2e57f5842d83cd33650ae404b64e50e6ed65
tree124db01c46bc61c096b788cfe5f48058596cff73
parent19cbdd27e03c039eb6244f126dc453fc0efcbf8a
fix sub2_honour_dollar type

Was code correct before, but storing a ptr of 0 or 1, from bool initialiser.
I meant to use a BOOL and it is more type-safe to do so, so fixed.
src/src/expand.c