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

git pushed a commit to branch master
in repository efm2.

View the commit online.

commit f60329683445e71f31f9794b9e5d399dc16ac4e2
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Tue Apr 30 15:03:30 2024 +0100

    remove command and undef macro in fs.c
---
 src/backends/default/fs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backends/default/fs.c b/src/backends/default/fs.c
index 1cb8db9..403704c 100644
--- a/src/backends/default/fs.c
+++ b/src/backends/default/fs.c
@@ -21,7 +21,6 @@
 static void
 _error_handle(const char *src, const char *dst, const char *op, int errno_in)
 {
-  // XXX: Fix str to be Move, Copy or Delete as it can handle any
   Eina_Strbuf *buf = eina_strbuf_new();
 
   if (!buf) abort();
@@ -58,6 +57,7 @@ _error_handle(const char *src, const char *dst, const char *op, int errno_in)
       HNDL(case EEXIST, "File exists");
       HNDL(default, "Unknown error");
     }
+#undef HNDL
   eina_strbuf_free(buf);
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to