mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-18 12:29:44 +00:00
readOnly not corerctly set
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@284 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
9cf52398a2
commit
0fda850b94
@ -41,7 +41,7 @@ DiskImage::DiskImage(MappedFile *file)
|
||||
_file.adopt(*file);
|
||||
|
||||
_blocks = 0;
|
||||
_readOnly = file->readOnly();
|
||||
_readOnly = _file.readOnly();
|
||||
_adaptor = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user