]> diplodocus.org Git - nmh/blobdiff - uip/show.c
Put, rather than print, single characters.
[nmh] / uip / show.c
index 32917398e409630ec707d4e2c9cc17aef1362fb1..a3970d869ea3c4635ca38750f07bcd715c632972 100644 (file)
@@ -259,7 +259,7 @@ usage:
 
     for (msgnum = mp->lowsel; msgnum <= mp->hghsel; msgnum++)
        if (is_selected(mp, msgnum))
-           app_msgarg(&vec, getcpy (m_name (msgnum)));
+           app_msgarg(&vec, mh_xstrdup(m_name (msgnum)));
 
     seq_setcur (mp, mp->hghsel);       /* update current message  */
     seq_save (mp);                     /* synchronize sequences   */