Removed the error on failed file open
parent
0752dcc72a
commit
4270f54698
|
@ -317,9 +317,6 @@ Sys_Load_Handle_Sig(system_load_handle){
|
|||
*(HANDLE*)handle_out = file;
|
||||
result = true;
|
||||
}
|
||||
else{
|
||||
win32_output_error_string(true);
|
||||
}
|
||||
|
||||
return(result);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue