Efreet_Mime: update comment about symlinks on Windows
authorVincent Torri <vincent.torri@gmail.com>
Mon, 29 Jan 2018 12:39:28 +0000 (13:39 +0100)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 3 Apr 2018 13:23:35 +0000 (22:23 +0900)
src/lib/efreet/efreet_mime.c

index 7096ed3..68767dc 100644 (file)
@@ -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