]> granicus.if.org Git - neomutt/commit
fix: Garbage in chdir prompt due to unescaped string
authorRichard Russon <rich@flatcap.org>
Sat, 11 Mar 2017 18:46:00 +0000 (18:46 +0000)
committerguiniol <gui-gui@netcourrier.com>
Sat, 11 Mar 2017 18:46:00 +0000 (19:46 +0100)
commitfe7f9e2787802bc055ec2354fab69826ece87e7a
treec0582522bad2b0541cc70daf998188174ff23e0e
parent56456c27774e5087d47d4f9627c34753d4b7f87b
fix: Garbage in chdir prompt due to unescaped string

I upgraded one of my stable systems to stretch and noticed that when
changing the directory with 'c', there was some garbage at the end of
the string in the prompt. I've not noticed that before on my main
amd64 system, but this stable system is i386, so different alignment
and word size that can affect this kind of thing.

I tracked it down to an unescaped string handling.

Debian BTS#857433
browser.c