From 2d6303c698a277c831938c31a029661758ac397c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 19 Dec 2015 20:43:41 +0100 Subject: avoid generating URLs with // in them --- src/util/wireformats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/wireformats.c b/src/util/wireformats.c index 4e9281899..dab7fb926 100644 --- a/src/util/wireformats.c +++ b/src/util/wireformats.c @@ -334,7 +334,7 @@ validate_sepa (const json_t *wire) "s:s," /* name: beneficiary name */ "s:s," /* BIC: beneficiary bank's BIC */ "s:i," /* r: random 64-bit integer nounce */ - "s?s" /* address: address of the beneficiary */ + "s:s" /* address: address of the beneficiary */ "}", "type", &type, "IBAN", &iban, -- cgit v1.2.3