]> granicus.if.org Git - mutt/commitdiff
Fixing the quoting of shell specials in mutt_expand_fmt().
authorThomas Roessler <roessler@does-not-exist.org>
Sun, 6 Sep 1998 11:35:34 +0000 (11:35 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sun, 6 Sep 1998 11:35:34 +0000 (11:35 +0000)
lib.c

diff --git a/lib.c b/lib.c
index 3d889c007e4e7b93f7ead1fe3d65e14f9c1d456a..9bc71529525009e895f988c81ddb6138d4780018 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -630,7 +630,7 @@ void mutt_expand_fmt (char *dest, size_t destlen, const char *fmt, const char *s
        }
       }
 
-      strfcpy (dest, src, destlen);
+      strfcpy (dest, _src, destlen);
       if (slen > destlen)
       {
        /* no more room */