diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-09 14:24:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-09 14:24:01 +0000 |
commit | 192c4f6ac14e69204563a279e05d452be9a21689 (patch) | |
tree | a21e75a6abf62002eac0c278ce84e4cd76821fce /Src | |
parent | 9fe0077305b9f92a10f6a2f29d7fa1331a551509 (diff) | |
download | zsh-192c4f6ac14e69204563a279e05d452be9a21689.tar.gz zsh-192c4f6ac14e69204563a279e05d452be9a21689.tar.xz zsh-192c4f6ac14e69204563a279e05d452be9a21689.zip |
27693: Missed this.
Diffstat (limited to 'Src')
-rw-r--r-- | Src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c index 5d453f860..221d10d5d 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -1356,7 +1356,7 @@ checkmailpath(char **s) usav = zalloc(underscoreused); if (usav) - memcpy(usav, underscore, underscoreused); + memcpy(usav, zunderscore, underscoreused); setunderscore(*s); |