X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..9514ca81bd12a47df977822efc14ff285bd5bc10:/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; }