kindahl / ckfilesystem

ISO9660 and UDF file system library.
GNU General Public License v3.0
11 stars 9 forks source link

imported files should't try to open! #1

Closed breezechen closed 11 years ago

breezechen commented 11 years ago

filetree.hh line: 106

        if (!(file_flags & FLAG_DIRECTORY))

==> if (!(file_flags & FLAG_DIRECTORY) && !(file_flags & FLAG_IMPORTED))

kindahl commented 11 years ago

Thanks, fixed in c0e9228eb0.