X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/85bc89701507a525c54f2c38dfbad852802c2fc1..e5afa1df87c24d49f0572ff903d4b0ee2eb803a8:/uip/show.c diff --git a/uip/show.c b/uip/show.c index 5b815f4e..a3970d86 100644 --- a/uip/show.c +++ b/uip/show.c @@ -32,8 +32,8 @@ /* \ * switches for mhlproc \ */ \ - X("concat", -6, CONCATSW) \ - X("noconcat", -8, NCONCATSW) \ + X("concat", 0, CONCATSW) \ + X("noconcat", 0, NCONCATSW) \ /* \ * switches for mhshow \ */ \ @@ -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 */