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 cfcc56e3cc3ef03e6f4dba7a27a45fa3b3eb91e2
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Thu Jul 13 23:29:22 2023 +0100

    wrte new metadata and dont need it to be updated again
---
 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 dece8f4..e68d15b 100644
--- a/src/backends/default/meta.c
+++ b/src/backends/default/meta.c
@@ -317,12 +317,13 @@ meta_set(const char *path, const char *meta, const char *data)
              return;
           }
      }
-   if (!data) return;
+   if (!data) return; // data is null - we removed the meta
    m = calloc(1, sizeof(Meta));
    if (!m) return;
    m->meta = eina_stringshare_add(meta);
    m->data = ""
    mf->list = eina_list_append(mf->list, m);
+   _meta_file_write_queue(mf); // queue writes for later
 }
 
 Eina_Stringshare *

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

Reply via email to