projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c498dae
)
message fix
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 13 Apr 2025 21:04:37 +0000
(14:04 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 13 Apr 2025 21:04:37 +0000
(14:04 -0700)
rust/pspp/src/format/parse.rs
patch
|
blob
|
history
diff --git
a/rust/pspp/src/format/parse.rs
b/rust/pspp/src/format/parse.rs
index e7f26c3a027d44eeb4c5ef6d7d8f6556242efe82..acf0357f3f1c691383c994975914a92213b3cf37 100644
(file)
--- 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.