• Carsten Elton Sørensen's avatar
    Calling vol:umount() would fail (#2558) · bb9a5977
    Carsten Elton Sørensen authored
    The volume returned by file.mount() could not be unmounted, because vol:umount() would fail with a cryptic error about the uncallable nature of the volume userdata object. This was due to the wrong metatable name being used for setting up the volume structure. The correct name, as registered elsewhere in file.c, is now used, and vol:umount() is callable.
    bb9a5977
file.c 16.3 KB