fix compilation of 2214
This commit is contained in:
parent
336be1d644
commit
cc1a2f2128
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user