X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=zippy.c;h=247240dbf69b525b66635094853601874ee1a895;hb=e449d7412605812532c2d6590c6bda99e27f1885;hp=44f6aaf7d7458a485cb2803e0abb81f58af9bcfd;hpb=59aa092aa33cd2acd73c20cffa5789c7ef96eaac;p=xboard.git diff --git a/zippy.c b/zippy.c index 44f6aaf..247240d 100644 --- a/zippy.c +++ b/zippy.c @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -200,7 +200,7 @@ ZippyInit () if (p != NULL) { appData.zippyVariants = p; } - safeStrCpy(first.variants, appData.zippyVariants, sizeof(first.variants)/sizeof(first.variants[0])); + ASSIGN(first.variants, appData.zippyVariants); srandom(time(NULL)); }