only request read access; also share read access
This commit is contained in:
parent
f5cc3fdfca
commit
e373d4d66b
@ -184,7 +184,7 @@ public class McxMiniLibraryPlugin : LibraryPlugin
|
||||
|
||||
protected override void LoadInternal(string filename, Library library)
|
||||
{
|
||||
FileStream fs = File.Open(filename, FileMode.Open);
|
||||
FileStream fs = File.Open(filename, FileMode.Open, FileAccess.Read, FileShare.Read);
|
||||
LoadInternal(fs, library);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user