diff --git a/src/model/onkostar_editor.rs b/src/model/onkostar_editor.rs index 469841f..d7a3294 100644 --- a/src/model/onkostar_editor.rs +++ b/src/model/onkostar_editor.rs @@ -368,7 +368,7 @@ impl OnkostarEditor { ); has_diff = true; } - _ => { + Ordering::Equal => { if strict && entry_a.get_hash() != entry_b.get_hash() { println!( "{}: {} (z.B. GUID oder Reihenfolge von Unterelementen)",