gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: FPRINTF -> fprintf


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: FPRINTF -> fprintf
Date: Fri, 13 Sep 2019 13:01:33 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 44284695 FPRINTF -> fprintf
44284695 is described below

commit 4428469556a16490c47b41cb88e84113a6eb4146
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 13:01:28 2019 +0200

    FPRINTF -> fprintf
---
 src/auditor/taler-auditor-exchange.c | 2 +-
 src/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
index 3cd6edf0..97ac228c 100644
--- 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
index 45049f6f..75ace4dc 100644
--- 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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]