Yasumichi Akahoshi
yasum****@users*****
2005年 9月 6日 (火) 22:28:59 JST
Index: cxplorer/src/cxp-file-list-store.c diff -u cxplorer/src/cxp-file-list-store.c:1.2 cxplorer/src/cxp-file-list-store.c:1.3 --- cxplorer/src/cxp-file-list-store.c:1.2 Tue Sep 6 20:45:11 2005 +++ cxplorer/src/cxp-file-list-store.c Tue Sep 6 22:28:59 2005 @@ -642,7 +642,7 @@ newrecord = g_new0 (CxpFileInfo, 1); newrecord->fullpath = g_strdup (fullpath); - stat (fullpath, &status); + lstat (fullpath, &status); switch (status.st_mode & S_IFMT) { case S_IFSOCK: