From: Ben Pfaff Date: Sun, 13 Apr 2025 21:04:37 +0000 (-0700) Subject: message fix X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97ecc29d725ffb0a3932e4d6d1b2a2b9485ffba;p=pspp message fix --- diff --git a/rust/pspp/src/format/parse.rs b/rust/pspp/src/format/parse.rs index e7f26c3a02..acf0357f3f 100644 --- a/rust/pspp/src/format/parse.rs +++ b/rust/pspp/src/format/parse.rs @@ -62,7 +62,7 @@ enum ParseErrorKind { NonBDCDigit(u8), /// Invalid BCD sign. - #[error("Invalid BCD sign. 0x{0:x}.")] + #[error("Invalid BCD sign 0x{0:x}.")] InvalidBCDSign(u8), /// Day must be between 1 and 31.