CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/26 09:27:26
Modified files:
sbin/disklabel : editor.c
Log message:
No need for two copies of tricky user input gathering code. Just use
getstring() to get the string and then parse that in getuint64().
Fix a mis-use of %lld and some whitespace while passing.
ok otto@
