Browse Source

fix ftbfs, test fails

Christian Grothoff 4 years ago
parent
commit
ee7f0517b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/test_gnunet_prefix.c

+ 1 - 1
contrib/test_gnunet_prefix.c

@@ -50,7 +50,7 @@ main (int argc, char **argv)
       fprintf (stderr,
                _ ("Failed to access `%s': %s\n"),
                tmp,
-               STRERROR (errno));
+               strerror (errno));
       fprintf (
         stderr,
         _ (