This commit is contained in:
@@ -643,7 +643,7 @@ static int func_search_entry(NW_PATH *nwpath, int attrib,
|
||||
okflag = ( ( ( (fs->statb.st_mode & S_IFMT) == S_IFDIR) && (attrib & 0x10))
|
||||
|| ( ( (fs->statb.st_mode & S_IFMT) != S_IFDIR) && !(attrib & 0x10)));
|
||||
if (okflag){
|
||||
*kpath = ' | ||||