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 491149deaf0de16f206e35aa47df036b63d2e7f4
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
AuthorDate: Thu Sep 11 10:02:58 2025 +0100
add commented out dump/debug printfs for stdio proto
---
src/backends/common/fs_backend_core.c | 2 ++
src/efm/efm_util.c | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/backends/common/fs_backend_core.c b/src/backends/common/fs_backend_core.c
index f4d2805..85d9129 100644
--- a/src/backends/common/fs_backend_core.c
+++ b/src/backends/common/fs_backend_core.c
@@ -59,6 +59,8 @@ _cb_stdio_in_read(void *data EINA_UNUSED,
s = eina_strndup(str, nl - str);
if (!s) break;
+// to dump stdio proto
+// fprintf(stderr, "XYZ: %s\n", s);
c = cmd_parse(s);
if (c)
{
diff --git a/src/efm/efm_util.c b/src/efm/efm_util.c
index f2a8aeb..701afb3 100644
--- a/src/efm/efm_util.c
+++ b/src/efm/efm_util.c
@@ -2128,7 +2128,7 @@ _icon_object_add(Icon *icon, Smart_Data *sd, Evas *e,
}
}
if ((!icon_file) && (!icon_thumb))
- { // theme icon doesn't exit or other reason
+ { // theme icon doesn't exist or other reason
// use this icon file
if (icon->info.icon) icon_file = icon->info.icon;
else
@@ -2618,4 +2618,4 @@ _efm_icons_custom_xy_reset(Smart_Data *sd)
cmd_strbuf_exe_consume(buf, ic->sd->exe_open);
}
}
-}
\ No newline at end of file
+}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.