This repository was archived by the owner on Mar 28, 2020. It is now read-only.
Commit cac5744
committed
backup operator: fixed incorrect backup file naming convention.
When limiting the number of backups, if the revision would move to needing another digit, the logic would never select a new entry as _ is > to 9 in ascii terms.
Note that this is backwards incompatible as now files receive a correct padding and old revisions will still be incorrectly handled.1 parent 1060c24 commit cac5744
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments