Fix -zippyVariants option
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 27 Aug 2013 20:55:52 +0000 (22:55 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 27 Aug 2013 20:58:43 +0000 (22:58 +0200)
commit7eaee18003314a215047d8db0a9cb4634191ea34
tree97b7ae265f7ac3d87d5d1d5d2b55fb4a0c8d5bb2
parentbd6a2045cc5dddf174d4240a460c76e199a4cac5
Fix -zippyVariants option

Due to the change of cps->variants from (char []) to (char *), copying
zippyVariants to it on behalf of v1 engines would no longer work. This
is fixed by using ASSIGN() in stead of safeStrCpy().
zippy.c