CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/12/01 09:44:29
Modified files:
sbin/disklabel : editor.c
Log message:
Fix negating of unsigned d_secsize. FIRST, cast to signed type,
THEN negate. Fixes issues with 'b' and 'k' size suffixes. Make error
message more clear while here.
Found, and fix provided, by David Imhoff via bugs@. Thanks!
