This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch dev/dimmus/test
in repository efl.

View the commit online.

commit 5331fb9fa7e86dd2de44e75ab9cfb298d58a15b7
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 21 12:24:29 2024 +0500

    elm: store - wrong check.
    
    Comment for now.
---
 src/lib/elementary/elm_store.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elementary/elm_store.c b/src/lib/elementary/elm_store.c
index fa57d43534..1a6c9da15d 100644
--- a/src/lib/elementary/elm_store.c
+++ b/src/lib/elementary/elm_store.c
@@ -718,11 +718,11 @@ EAPI const char *
 elm_store_item_filesystem_path_get(const Elm_Store_Item *item)
 {
    Elm_Store_Item_Filesystem *sti = (Elm_Store_Item_Filesystem *)item;
-   Elm_Store_Filesystem *st;
+   // Elm_Store_Filesystem *st;
    if (!EINA_MAGIC_CHECK(item, ELM_STORE_ITEM_MAGIC)) return NULL;
    if (!EINA_MAGIC_CHECK(item->store, ELM_STORE_MAGIC)) return NULL;
    /* ensure we're dealing with filesystem item */
-   st = (Elm_Store_Filesystem *)item->store;
+   // st = (Elm_Store_Filesystem *)item->store;
    if (!EINA_MAGIC_CHECK(st, ELM_STORE_FILESYSTEM_MAGIC)) return NULL;
    // dont need lock
    return sti->path;

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

Reply via email to