mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-13 08:01:27 +01:00
27693: Missed this.
This commit is contained in:
parent
9fe0077305
commit
192c4f6ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -1356,7 +1356,7 @@ checkmailpath(char **s)
|
||||||
usav = zalloc(underscoreused);
|
usav = zalloc(underscoreused);
|
||||||
|
|
||||||
if (usav)
|
if (usav)
|
||||||
memcpy(usav, underscore, underscoreused);
|
memcpy(usav, zunderscore, underscoreused);
|
||||||
|
|
||||||
setunderscore(*s);
|
setunderscore(*s);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue