FPRINTF -> fprintf
This commit is contained in:
parent
e362c786b3
commit
4428469556
@ -120,7 +120,7 @@ main (int argc,
|
|||||||
{
|
{
|
||||||
if (NULL == exchange_url)
|
if (NULL == exchange_url)
|
||||||
{
|
{
|
||||||
FPRINTF (stderr,
|
fprintf (stderr,
|
||||||
_ ("Missing either `%s' or `%s'.\n"),
|
_ ("Missing either `%s' or `%s'.\n"),
|
||||||
"-u URL",
|
"-u URL",
|
||||||
"--remove");
|
"--remove");
|
||||||
|
@ -120,7 +120,7 @@ set_amount (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx,
|
|||||||
TALER_string_to_amount (value,
|
TALER_string_to_amount (value,
|
||||||
amount))
|
amount))
|
||||||
{
|
{
|
||||||
FPRINTF (stderr,
|
fprintf (stderr,
|
||||||
_ ("Failed to parse amount in option `%s'\n"),
|
_ ("Failed to parse amount in option `%s'\n"),
|
||||||
option);
|
option);
|
||||||
return GNUNET_SYSERR;
|
return GNUNET_SYSERR;
|
||||||
|
Loading…
Reference in New Issue
Block a user