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 ec1dfa1dbcdee40616b091111bdf8cc3b18da79f
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Wed Jun 12 10:57:44 2024 +0100

    test meta write - longer name to catch 8.3 fs's
---
 src/backends/default/meta.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backends/default/meta.c b/src/backends/default/meta.c
index a5fd2f5..72fef83 100644
--- a/src/backends/default/meta.c
+++ b/src/backends/default/meta.c
@@ -430,7 +430,8 @@ meta_path_can_write(const char *path)
         {
           if (errno == EEXIST)
             { // dir exists - test we can create a file in it
-              snprintf(buf, sizeof(buf), "%s/.efm/.t", dir);
+              snprintf(buf, sizeof(buf),
+                       "%s/.efm/.testfilename.extension.efm", dir);
               res = open(buf, O_WRONLY | O_CREAT | O_CLOEXEC, S_IWUSR);
               if (res >= 0)
                 { // we can create and write to file - remove it now

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

Reply via email to