K 10 svn:author V 6 tsoome K 8 svn:date V 27 2019-02-20T21:07:09.781945Z K 7 svn:log V 332 loader: really fix cd9660 dirmatch The cd9660_open() does pass whole path to dirmatch() and we need to compare only the current path component, not full path. Additinally, skip over duplicate / (if any) and check if the last component in the path was meant to be directory (having trailing /). If it is in fact a file, error out. END