CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/15 05:17:49
Modified files:
usr.bin/jot : jot.c
Log message:
Make sure the double is cast to a long if the format string is %D, %O, %U.
Fixes output of e.g. 'jot -w %D 11 -5'.
ok martijn
