Author: Alastair McKinstry <mckinstry@debian.org>
Description: fix for libslang2

Index: francine-0.99.8+orig/src/conf.c
===================================================================
--- francine-0.99.8+orig.orig/src/conf.c	2001-04-22 15:46:22.000000000 +0200
+++ francine-0.99.8+orig/src/conf.c	2016-01-21 23:11:37.069305212 +0100
@@ -102,7 +102,7 @@
   if (SLang_load_file("/etc/francine.sl") == -1)
     {
       SLang_restart(1);
-      SLang_Error = 0;
+      SLang_set_error(0);
       printf("Error while interpreting /etc/francine.sl. Please fix this.\n");
       sleep(10);
     }
