fix: dos date and time in big endian (#2724)
The other half of the issue was that the structures that the data inspector was using to store the 16 bit values were using a 32 bit underlying type instead of a 16 bit. That worked ok for little endian, but with 4 bytes the resulting value was actually the next u16 after the one selected.
P
paxcut committed
bc5887a9bfc82fcba22aa7bcb74b43cdf9a1ad23
Parent: 595df51
Committed by GitHub <noreply@github.com>
on 4/26/2026, 5:58:20 AM