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:55:52 +0000 (22:55 +0200)
commit42e082f4052f89c0dc29c9f04054bee3b31588fe
tree4ffd122dd346a2cc6d02ba6d1f28d84791bf5dad
parent77f36813acb28ab8604f92cd5d78ffd855b50bf7
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