Commit 39a327d
committed
[[ Bug 22060 ]] Stop point values with matching hashes from overwriting each other.
False positives in MCCanvasPoint compare function were leading to point
values with duplicate hashes being incorrectly identified as unique,
causing the most recent value to be replaced with the existing value.
This patch fixes the comparison function in order to remove these false
positives.1 parent 9a5b780 commit 39a327d
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
| 846 | + | |
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
| |||
0 commit comments