CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/01/11 07:53:42
Modified files: usr.bin/jot : jot.c Log message: Remove arbitary length limits for -s, -b and -w. Based on a diff from kshe. schwarze suggested using asprintf, which led to a substantial cleanup. ok schwarze, help & ok millert