X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..7ec0c9a0229aa160d7419922d2f4ba7e87480cd6:/uip/picksbr.c diff --git a/uip/picksbr.c b/uip/picksbr.c index e8d6435d..c29e669b 100644 --- a/uip/picksbr.c +++ b/uip/picksbr.c @@ -1,5 +1,4 @@ -/* - * picksbr.c -- routines to help pick along... +/* picksbr.c -- routines to help pick along... * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -842,7 +841,7 @@ tcompile (char *ap, struct tws *tb, int isafter) if ((tw = tws_parse (ap, isafter)) == NULL) return 0; - twscopy (tb, tw); + *tb = *tw; return 1; }