fix typo in os-windows.cpp
parent
b0840bc355
commit
7447fc1073
|
@ -142,3 +142,5 @@ void factor_vm::move_file(const vm_char *path1, const vm_char *path2)
|
|||
if(MoveFileEx((path1),(path2),MOVEFILE_REPLACE_EXISTING) == false)
|
||||
general_error(ERROR_IO,tag_fixnum(GetLastError()),false_object,NULL);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue