CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/15 12:06:09
Modified files:
usr.bin/less : cmdbuf.c
Log message:
UTF-8 cleanup in the function cmd_putstr().
This function is only ever called with constant ASCII string arguments,
so actually it doesn't need any UTF-8 handling whatsoever.
OK millert@
