Commit 7025f19
authored
patch: fix reversed patch check
When applying the same patch twice I noticed there was no message about a reversed patch being detected. Then when I looked at the code, flag reverse_check was never being set. Restore the missing else-block from an older commit which sets reverse_check. It was likely deleted by mistake.1 parent a3d72a2 commit 7025f19
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
767 | 774 | | |
768 | 775 | | |
769 | 776 | | |
| |||
0 commit comments