CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2013/06/04 14:42:36
Modified files: usr.bin/ssh : sftp.c Log message: Make sftp's libedit interface marginally multibyte aware by building up the quoted string by character instead of by byte. Prevents failures when linked against a libedit built with wide character support (bz#1990). "looks ok" djm