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 33b9b7c9060beddf186802def4199c1f8988b5c8
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Mon Nov 6 11:03:19 2023 +0000
fix missing command in batch!
---
src/efm/efm_back_end.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/efm/efm_back_end.c b/src/efm/efm_back_end.c
index 96406bf..d9ec713 100644
--- a/src/efm/efm_back_end.c
+++ b/src/efm/efm_back_end.c
@@ -139,6 +139,7 @@ _process(Smart_Data_Thread *std, Ecore_Thread *th, Eina_List *batch)
}
else
{
+ batch_tmp = eina_list_append(batch_tmp, c);
batch_new = eina_list_merge(batch_new, batch_tmp);
batch_tmp = NULL;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.