Module Name: src Committed By: apb Date: Thu Jan 6 21:39:01 UTC 2011
Modified Files: src/sbin/disklabel: interact.c main.c printlabel.c Log Message: Change printf formats to match the data type of the values being printed. There's now a lot of PRIu16 and PRIu32, some PRIu8, some SCNu32, and a few cases where %u and %d were reversed. Multiplication of 32-bit and 8-bit values is cast to uint64_t and printed with PRIu64. Inspired by a report from Patrick Welche on current-users. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sbin/disklabel/interact.c cvs rdiff -u -r1.23 -r1.24 src/sbin/disklabel/main.c cvs rdiff -u -r1.15 -r1.16 src/sbin/disklabel/printlabel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.