[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: to lower case..
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: to lower case.. |
Date: |
Fri, 13 Sep 2019 21:24:38 +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 9a8ad855 to lower case..
9a8ad855 is described below
commit 9a8ad855a1b7876f3e165c4caf7733e41762f3b2
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 21:24:33 2019 +0200
to lower case..
---
src/exchange-tools/taler-exchange-wire.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange-tools/taler-exchange-wire.c
b/src/exchange-tools/taler-exchange-wire.c
index 1a057e4e..22920ed2 100644
--- a/src/exchange-tools/taler-exchange-wire.c
+++ b/src/exchange-tools/taler-exchange-wire.c
@@ -113,7 +113,7 @@ sign_account_data (void *cls,
fprintf (stderr,
"Failure creating wire account file `%s': %s\n",
ai->wire_response_filename,
- STRERROR (errno));
+ strerror (errno));
free (json_out);
}
--
To stop receiving notification emails like this one, please contact
address@hidden.