diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-09-13 21:24:33 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-09-13 21:24:33 +0200 |
commit | 9a8ad855a1b7876f3e165c4caf7733e41762f3b2 (patch) | |
tree | c6f4b04a6718a98ca6b47f357f70a79a20b85d48 | |
parent | 5a132a2f0fd4ad8bab2d2e2e153e58dfd6e5c42d (diff) | |
download | exchange-9a8ad855a1b7876f3e165c4caf7733e41762f3b2.tar.gz exchange-9a8ad855a1b7876f3e165c4caf7733e41762f3b2.zip |
to lower case..
-rw-r--r-- | src/exchange-tools/taler-exchange-wire.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c index 1a057e4e1..22920ed28 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, | |||
113 | fprintf (stderr, | 113 | fprintf (stderr, |
114 | "Failure creating wire account file `%s': %s\n", | 114 | "Failure creating wire account file `%s': %s\n", |
115 | ai->wire_response_filename, | 115 | ai->wire_response_filename, |
116 | STRERROR (errno)); | 116 | strerror (errno)); |
117 | free (json_out); | 117 | free (json_out); |
118 | } | 118 | } |
119 | 119 | ||