On 2025/11/24 11:21 AM, Andreas Metzler via Exim-users wrote:
    63 |        expand_result = expand_string("blah");

expand_string takes an uschar* not a char*

Your test should be:
       expand_result = expand_string(US"blah");

--
Cheers,
  Jeremy

--
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to