about summary refs log tree commit diff
path: root/Src/utils.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-02-09 14:24:01 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-02-09 14:24:01 +0000
commit192c4f6ac14e69204563a279e05d452be9a21689 (patch)
treea21e75a6abf62002eac0c278ce84e4cd76821fce /Src/utils.c
parent9fe0077305b9f92a10f6a2f29d7fa1331a551509 (diff)
downloadzsh-192c4f6ac14e69204563a279e05d452be9a21689.tar.gz
zsh-192c4f6ac14e69204563a279e05d452be9a21689.tar.xz
zsh-192c4f6ac14e69204563a279e05d452be9a21689.zip
27693: Missed this.
Diffstat (limited to 'Src/utils.c')
-rw-r--r--Src/utils.c2
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);