commit | ea64721275a81c4788af36294d94bf4f74012e06 | [log] [download] |
---|---|---|
author | Darren Tucker <dtucker@zip.com.au> | Thu Jun 06 08:19:09 2013 +1000 |
committer | Darren Tucker <dtucker@zip.com.au> | Thu Jun 06 08:19:09 2013 +1000 |
tree | 573278e745c701fc114627c2b792082c43e0b919 | |
parent | 194454d7a8f8cb8ac55f2b9d0199ef9445788bee [diff] |
- dtucker@cvs.openbsd.org 2013/06/04 20:42:36 [sftp.c] 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