CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/28 17:04:45
Modified files:
sbin/fdisk : gpt.c
Log message:
Tweak some DEBUG output.
Always put '0x' prefix in front of displayed hex values,
i.e. the checksums.
Add missing letoh32() so bad endian checksum is clear.
Be consistent when displaying 'expected' and 'got' checksums,
i.e. 'expected' == calculated checksum and 'got' == checksum
found in GPT.
