We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a112e3 commit 2932feaCopy full SHA for 2932fea
1 file changed
fitsio/src/headers.rs
@@ -75,7 +75,7 @@ impl ReadsKey for bool {
75
where
76
Self: Sized,
77
{
78
- let int_value = i32::read_key(f, name)?;
+ let int_value = i64::read_key(f, name)?;
79
Ok(int_value > 0)
80
}
81
0 commit comments