We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244479d commit 7db3c71Copy full SHA for 7db3c71
cggtts/src/lib.rs
@@ -836,7 +836,7 @@ impl std::fmt::Display for CGGTTS {
836
content.push_str(&format!("CH = {}\n", self.nb_channels));
837
838
if let Some(ims) = &self.ims {
839
- content.push_str(&format!("RCVR = {:X}\n", ims));
+ content.push_str(&format!("IMS = {:X}\n", ims));
840
} else {
841
content.push_str("IMS = 99999\n");
842
}
0 commit comments