jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0c96d9e8cfd1b08c1fcf97a0ac914fe94aceaa9e

commit 0c96d9e8cfd1b08c1fcf97a0ac914fe94aceaa9e
Author: Vincent Torri <[email protected]>
Date:   Mon Jan 29 13:39:28 2018 +0100

    Efreet_Mime: update comment about symlinks on Windows
---
 src/lib/efreet/efreet_mime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/efreet/efreet_mime.c b/src/lib/efreet/efreet_mime.c
index 7096ed346d..68767dcec0 100644
--- a/src/lib/efreet/efreet_mime.c
+++ b/src/lib/efreet/efreet_mime.c
@@ -746,7 +746,7 @@ efreet_mime_special_check(const char *file)
    struct stat s;
    int path_len = 0;
 
-   /* no link on Windows < Vista */
+   /* no symlink on Windows */
 #ifdef _WIN32
    if (!stat(file, &s))
 #else

-- 


Reply via email to