From 5a132a2f0fd4ad8bab2d2e2e153e58dfd6e5c42d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 13 Sep 2019 21:22:51 +0200 Subject: to lower case.. --- src/auditor/taler-auditor-sign.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/auditor') diff --git a/src/auditor/taler-auditor-sign.c b/src/auditor/taler-auditor-sign.c index 1bd7e908e..2c7fe8293 100644 --- a/src/auditor/taler-auditor-sign.c +++ b/src/auditor/taler-auditor-sign.c @@ -258,7 +258,7 @@ main (int argc, fprintf (stderr, "Failed to open file `%s': %s\n", exchange_request_file, - STRERROR (errno)); + strerror (errno)); GNUNET_free (eddsa_priv); return 1; } @@ -269,7 +269,7 @@ main (int argc, fprintf (stderr, "Failed to obtain input file size `%s': %s\n", exchange_request_file, - STRERROR (errno)); + strerror (errno)); GNUNET_DISK_file_close (fh); GNUNET_free (eddsa_priv); return 1; @@ -320,7 +320,7 @@ main (int argc, fprintf (stderr, "Failed to read input file `%s': %s\n", exchange_request_file, - STRERROR (errno)); + strerror (errno)); TALER_AUDITORDB_plugin_unload (adb); GNUNET_DISK_file_close (fh); GNUNET_free (sigs); @@ -428,7 +428,7 @@ main (int argc, fprintf (stderr, "Failed to write to file `%s': %s\n", output_file, - STRERROR (errno)); + strerror (errno)); GNUNET_free (sigs); GNUNET_free (dks); return 1; -- cgit v1.2.3