Commit fbc0248
committed
Merged revision(s) 25189 from trunk/OpenMPT:
[Fix] Plugins: DigiBooster: Fix size check in SetChunk() to check the destination size instead of bogus sizeof(mpt::const_byte_span). Broken since r8363. Fixes <https://bugs.openmpt.org/view.php?id=1966>.
[Fix] Plugins: SymMOD: Fix size check in SetChunk() to check the destination size instead of bogus sizeof(mpt::const_byte_span). Fixes <https://bugs.openmpt.org/view.php?id=1966>.
........
git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@25191 56274372-70c3-4bfc-bfc3-4c3a0b034d271 parent 41d915f commit fbc0248
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments