gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-fuse] branch master updated: win32 removal leftovers.


From: gnunet
Subject: [gnunet-fuse] branch master updated: win32 removal leftovers.
Date: Tue, 19 Nov 2019 16:46:22 +0100

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

ng0 pushed a commit to branch master
in repository gnunet-fuse.

The following commit(s) were added to refs/heads/master by this push:
     new 66851a0  win32 removal leftovers.
66851a0 is described below

commit 66851a06e2f9f2388ed4cfd29935e3ee75e35e98
Author: ng0 <address@hidden>
AuthorDate: Tue Nov 19 15:43:16 2019 +0000

    win32 removal leftovers.
---
 src/fuse/read.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/fuse/read.c b/src/fuse/read.c
index e634b22..5810705 100644
--- a/src/fuse/read.c
+++ b/src/fuse/read.c
@@ -76,7 +76,7 @@ gn_read (const char *path, char *buf, size_t size, off_t 
offset,
                                                offset,
                                                size))
     {
-      UNLINK (path_info->tmpfile);
+      unlink (path_info->tmpfile);
       GNUNET_free (path_info->tmpfile);
       path_info->tmpfile = NULL;
       GNUNET_FUSE_path_info_done (path_info);
@@ -93,7 +93,7 @@ gn_read (const char *path, char *buf, size_t size, off_t 
offset,
                                                  offset,
                                                  size))
       {
-       UNLINK (path_info->tmpfile);
+       unlink (path_info->tmpfile);
        GNUNET_free (path_info->tmpfile);
        path_info->tmpfile = NULL;
        GNUNET_FUSE_path_info_done (path_info);

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



reply via email to

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