gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix ftbfs, test fails


From: gnunet
Subject: [gnunet] branch master updated: fix ftbfs, test fails
Date: Thu, 12 Dec 2019 20:40:36 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new ee7f0517b fix ftbfs, test fails
ee7f0517b is described below

commit ee7f0517b2212e7e8215bc5a64b756356cd16cb1
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Dec 12 20:37:27 2019 +0100

    fix ftbfs, test fails
---
 contrib/test_gnunet_prefix.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/test_gnunet_prefix.c b/contrib/test_gnunet_prefix.c
index e632427d8..32c2fac05 100644
--- a/contrib/test_gnunet_prefix.c
+++ b/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,
         _ (

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]