mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
oops
This commit is contained in:
parent
6e58a20200
commit
8b9029e687
@ -247,7 +247,7 @@ nn_size_t nn_vfs_spaceUsed(nn_vfilesystem *fs) {
|
||||
return nn_vf_spaceUsedByNode(fs->root);
|
||||
}
|
||||
|
||||
nn_bool_t nn_vfs_isReadOnly(nn_vfilesystem *fs) {
|
||||
nn_bool_t nn_vfs_isReadOnly(nn_vfilesystem *fs, nn_errorbuf_t err) {
|
||||
return fs->opts.isReadOnly;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user