Instead of doing our own parsing here we should use ecore_file_dir_get()
which uses dirname() already to solve this.
CID: 1422196
Depends on D11726
Instead of doing our own parsing here we should use ecore_file_dir_get()
which uses dirname() already to solve this.
CID: 1422196
Depends on D11726
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
It seems that this patch has no reviewers specified. If you are unsure who can review your patch, please check this wiki page and see if anyone can be added: https://phab.enlightenment.org/w/maintainers_reviewers/
I am wondering if we coudln't use just dirname... that should also handle all the escaping correctly, which is not the case here i think.
Dirname has its quirks (some implementatiosn modify the inout, etc) but we already have ecore_file_dir_get() :-) Changing it now.