]> diplodocus.org Git - nmh/blobdiff - uip/picksbr.c
tws.h: Remove zero-valued TW_SNIL macro, used once.
[nmh] / uip / picksbr.c
index ba25e24785842b7e0f35ed7c400062e83e8409a8..c29e669b474c3802724dcedac909621488da76b3 100644 (file)
@@ -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;
 }