1
0
Fork 0
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:
Peter Stephenson 2010-02-09 14:24:01 +00:00
parent 9fe0077305
commit 192c4f6ac1

View file

@ -1356,7 +1356,7 @@ checkmailpath(char **s)
usav = zalloc(underscoreused);
if (usav)
memcpy(usav, underscore, underscoreused);
memcpy(usav, zunderscore, underscoreused);
setunderscore(*s);