diff --git a/src/radbin/radbin.c b/src/radbin/radbin.c index 63bb4d84..137004ac 100644 --- a/src/radbin/radbin.c +++ b/src/radbin/radbin.c @@ -34,7 +34,7 @@ rb_entry_point(CmdLine *cmdline) RB_FileFormatFlags file_format_flags = 0; ProfScope("do thin analysis of file") { - OS_Handle file = os_file_open(OS_AccessFlag_Read, n->string); + OS_Handle file = os_file_open(OS_AccessFlag_Read|OS_AccessFlag_ShareRead, n->string); FileProperties props = os_properties_from_file(file); //- rjf: PDB magic -> PDB input