Commit b8a8c32
committed
fix(inf): correct deprecated CRC= separated-value lookup
The deprecated CRC form ("CRC= 1A2B" with a space after the equals)
was never matched because the code checked for the literal key "CRC="
in the extra_info dict instead of "CRC". The dict key is always the
part before the equals sign, so the condition was dead code.1 parent f5cd750 commit b8a8c32
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
106 | 113 | | |
107 | 114 | | |
108 | 115 | | |
| |||
0 commit comments