exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 4428469556a16490c47b41cb88e84113a6eb4146
parent e362c786b36ec627903f8315147d00e536a97d39
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 13 Sep 2019 13:01:28 +0200

FPRINTF -> fprintf

Diffstat:
Msrc/auditor/taler-auditor-exchange.c | 2+-
Msrc/util/util.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/auditor/taler-auditor-exchange.c b/src/auditor/taler-auditor-exchange.c @@ -120,7 +120,7 @@ main (int argc, { if (NULL == exchange_url) { - FPRINTF (stderr, + fprintf (stderr, _ ("Missing either `%s' or `%s'.\n"), "-u URL", "--remove"); diff --git a/src/util/util.c b/src/util/util.c @@ -120,7 +120,7 @@ set_amount (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, TALER_string_to_amount (value, amount)) { - FPRINTF (stderr, + fprintf (stderr, _ ("Failed to parse amount in option `%s'\n"), option); return GNUNET_SYSERR;