Commit 4d854ee
committed
Don't add extraneous metadata padding
If the metadata field is already aligned to a 16-byte boundary then
don't add a additional padding. This allows the user to create a
16-byte aligned extension padded with 0x20 that can be read by the Jim
software (which doesn't like finding 0x00 in the metadata chunk).1 parent ee4ce2a commit 4d854ee
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
| 338 | + | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| |||
0 commit comments