From 192c4f6ac14e69204563a279e05d452be9a21689 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 9 Feb 2010 14:24:01 +0000 Subject: 27693: Missed this. --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') 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); -- cgit 1.4.1