mirage / ocaml-fat

Read and write FAT format filesystems from OCaml
ISC License
26 stars 18 forks source link

Fix destroy function #36

Closed talex5 closed 10 years ago

talex5 commented 10 years ago

Fixes destroy, which previously would overwrite the entry with uninitialised data, which might not set the deleted flag.

djs55 commented 10 years ago

Cool, thanks!