C99 initialisers
[exim.git] / src / src / perl.c
index faaebf3027565d13248dcae0272e2c893979a3dc..58643f0fa24707009068a5e361b4d4f94ddb33be 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) 1998 Malcolm Beattie */
-/* Copyright (C) 2017  Exim maintainers */
+/* Copyright (C) 1999 - 2018  Exim maintainers */
 
 /* Modified by PH to get rid of the "na" usage, March 1999.
    Modified further by PH for general tidying for Exim 4.
@@ -62,7 +62,7 @@ XS(xs_expand_string)
   ST(0) = sv_newmortal();
   if (str != NULL)
     sv_setpv(ST(0), CCS  str);
-  else if (!expand_string_forcedfail)
+  else if (!f.expand_string_forcedfail)
     croak("syntax error in Exim::expand_string argument: %s",
       expand_string_message);
 }