提交 cc1a2f21 编写于 作者: N Niko Matsakis

fix compilation of 2214

上级 336be1d6
......@@ -6,7 +6,7 @@ fn to_c_int(v: &mut int) -> &mut c_int unsafe {
}
fn lgamma(n: c_double, value: &mut int) -> c_double {
return m::lgamma(n, to_c_uint(value));
return m::lgamma(n, to_c_int(value));
}
#[link_name = "m"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册