gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: STAT->stat


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: STAT->stat
Date: Mon, 09 Sep 2019 13:44:10 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e220e1de2 STAT->stat
e220e1de2 is described below

commit e220e1de27028a11d7c4db11324c20de9a52cde5
Author: ng0 <address@hidden>
AuthorDate: Mon Sep 9 11:42:11 2019 +0000

    STAT->stat
---
 src/gns/gnunet-bcd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gns/gnunet-bcd.c b/src/gns/gnunet-bcd.c
index 681b30d2d..c34372b17 100644
--- a/src/gns/gnunet-bcd.c
+++ b/src/gns/gnunet-bcd.c
@@ -234,7 +234,7 @@ access_handler_callback(void *cls,
           GNUNET_free(tmp);
           return MHD_NO;
         }
-      GNUNET_break(0 == STAT(deffile, &st));
+      GNUNET_break(0 == stat(deffile, &st));
       if (NULL ==
           (response = MHD_create_response_from_fd((size_t)st.st_size, fd)))
         {
@@ -451,7 +451,7 @@ run(void *cls,
       GNUNET_free(fn);
       return;
     }
-  if (0 != STAT(fn, &st))
+  if (0 != stat(fn, &st))
     {
       GNUNET_log_strerror_file(GNUNET_ERROR_TYPE_ERROR, "open", fn);
       GNUNET_free(fn);

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



reply via email to

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