dereference pointer

This commit is contained in:
MS 2020-07-27 23:07:05 +02:00
parent 2e8d4e802b
commit 7a9086fa18
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -439,7 +439,7 @@ execute_wire_transfer ()
params = strchr (credit_account,
(unsigned char) '&');
if (NULL != params)
params = '\0';
*params = '\0';
TALER_BANK_prepare_transfer (credit_account,
&amount,
"http://exchange.example.com/",