to lower case..

This commit is contained in:
Marcello Stanisci 2019-09-13 21:24:33 +02:00
parent 5a132a2f0f
commit 9a8ad855a1
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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);
}