rax
9.16 KB
-
Make sure we compare flavor IDs as ints · 670f59a4
We were comparing an int to a string and getting things wrong, so idempotence was lost. This forces the comparison to be int.
Jesse Keating committed
We were comparing an int to a string and getting things wrong, so idempotence was lost. This forces the comparison to be int.