texlive[53091] Build/source/texk/web2c/mfluadir/mfluac.c: fixed

commits+lscarso at tug.org commits+lscarso at tug.org
Wed Dec 11 00:51:55 CET 2019


Revision: 53091
          http://tug.org/svn/texlive?view=revision&revision=53091
Author:   lscarso
Date:     2019-12-11 00:51:55 +0100 (Wed, 11 Dec 2019)
Log Message:
-----------
fixed implicit declaration of shellenabledp and restrictedshell.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/mfluadir/mfluac.c

Modified: trunk/Build/source/texk/web2c/mfluadir/mfluac.c
===================================================================
--- trunk/Build/source/texk/web2c/mfluadir/mfluac.c	2019-12-10 22:17:52 UTC (rev 53090)
+++ trunk/Build/source/texk/web2c/mfluadir/mfluac.c	2019-12-10 23:51:55 UTC (rev 53091)
@@ -15,8 +15,8 @@
 #endif
 
 /* See  shell_cmd_is_allowed below */
-shellenabledp = 1;
-restrictedshell = 0;
+int shellenabledp = 1;
+int restrictedshell = 0;
 
 /**************************************************************/
 /*                                                            */



More information about the tex-live-commits mailing list