Konamiman / Nextor

A disk operating system for MSX computers, forked from MSX-DOS 2.31
Other
183 stars 35 forks source link

Files with "file system" attribute, can't be opened with "open filehande" #11

Closed bladeba closed 5 years ago

bladeba commented 5 years ago

when you "open filehandle" in a file with "file system" attribute, the "filehandle" won't be opened correctly and NO error is returned.

Konamiman commented 5 years ago

Could you please specify what "won't be opened correctly" exactly means? No proper file handle returned? Errors when trying to read the file? Something else?

bladeba commented 5 years ago

Devuelve error y no lee del FCB. .. Como si intentara escribir en vez de leer

El sáb., 19 ene. 2019 23:03, Néstor Soriano notifications@github.com escribió:

Could you please specify what "won't be opened correctly" exactly means? No proper file handle returned? Errors when trying to read the file? Something else?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Konamiman/Nextor/issues/11#issuecomment-455819011, or mute the thread https://github.com/notifications/unsubscribe-auth/Ahv9FKaFYvMpwdrEgpSYvOvAmK-2PtSSks5vE5ZGgaJpZM4ZLx6z .

Konamiman commented 5 years ago

Please post some example code that reproduces the bug (and write your comments in English) :-)

Konamiman commented 5 years ago

Fixed in v2.1.0 beta 2