mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-10 08:08:47 +08:00
Add warning
This commit is contained in:
@@ -241,7 +241,7 @@ impl PsbValueFixed {
|
||||
PsbNumber::Integer(n) => Some(*n),
|
||||
PsbNumber::Double(n) if n.fract() == 0.0 => Some(*n as i64),
|
||||
PsbNumber::Float(n) if n.fract() == 0.0 => Some(*n as i64),
|
||||
_ => None
|
||||
_ => None,
|
||||
},
|
||||
_ => None,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user