CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/04/13 16:29:30
Modified files:
sbin/fdisk : gpt.c
Log message:
Correct a gh_part_csum calculation used in debug output.
Always calculate the GPT partition entries checksum over
gh_part_num * gh_part_size bytes, not the maximal size of the
internal partition entries array.
No functional change.
