X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..7ec0c9a0229aa160d7419922d2f4ba7e87480cd6:/uip/picksbr.c diff --git a/uip/picksbr.c b/uip/picksbr.c index ba25e247..c29e669b 100644 --- a/uip/picksbr.c +++ b/uip/picksbr.c @@ -841,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; }