mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
todo on signs
This commit is contained in:
@@ -498,6 +498,7 @@ impl fmt::Display for GenericGFPoly {
|
||||
result.push_str(" - ");
|
||||
}
|
||||
//coefficient = -coefficient;
|
||||
todo!("probably coefficient should be unsigned but what a mess");
|
||||
} else {
|
||||
if (result.len() > 0) {
|
||||
result.push_str(" + ");
|
||||
|
||||
Reference in New Issue
Block a user