From 6e599264ad13e8fc105493d74d7c11d46f8739ed Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 6 Sep 2019 22:46:29 +0000 Subject: first step to remove plibc --- src/util/test_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/test_strings.c') diff --git a/src/util/test_strings.c b/src/util/test_strings.c index 652c3be23..9e4e808ef 100644 --- a/src/util/test_strings.c +++ b/src/util/test_strings.c @@ -93,7 +93,7 @@ main (int argc, char *argv[]) * however, the "0:05 19" should always be there; hence: */ if (NULL == strstr (bc, "0:05 19")) { - FPRINTF (stderr, "Got %s\n", bc); + fprintf (stderr, "Got %s\n", bc); GNUNET_break (0); return 1; } -- cgit v1.2.3