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 d6b531e420b874b3a0f357268518b2ae33a16856
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Thu Sep 11 10:02:44 2025 +0100
fix typo in comment
---
src/efm/efm_back_end.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/efm/efm_back_end.c b/src/efm/efm_back_end.c
index 91f3003..cf5ac1b 100644
--- a/src/efm/efm_back_end.c
+++ b/src/efm/efm_back_end.c
@@ -107,6 +107,8 @@ _command(Smart_Data *sd, const char *cmd)
void *ref;
if (!c) return;
+// to dump stdio proto
+// fprintf(stderr, "XYZ: %s\n", cmd);
// send the cmd to our thread to deal with
msg = eina_thread_queue_send(sd->thread_data->thq, sizeof(Msg), &ref);
msg->c = c;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.