mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-05 05:21:17 +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);
|
||||
|
||||
if (usav)
|
||||
memcpy(usav, underscore, underscoreused);
|
||||
memcpy(usav, zunderscore, underscoreused);
|
||||
|
||||
setunderscore(*s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue