X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fcomplete.c;h=511fee01163d6ec907544e889fa5bb777ea1755f;hp=97f5b2db44a4f36bf7584da6122959b0c202837a;hb=e9c789ec6a2a9195fd3334b321bde17c6bf5d634;hpb=8476307969a605bea67f6b702b0c1e7a52038bed diff --git a/lib-ui/complete.c b/lib-ui/complete.c index 97f5b2d..511fee0 100644 --- a/lib-ui/complete.c +++ b/lib-ui/complete.c @@ -78,7 +78,7 @@ int mutt_complete (char *s, ssize_t slen) } } - strcpy (s, filepart); + m_strcpy(s, slen, filepart); return (init ? 0 : -1); }