texlive[49320] Build/source/texk/kpathsea/kpsewhich.c: correct

commits+kakuto at tug.org commits+kakuto at tug.org
Wed Dec 5 00:50:12 CET 2018


Revision: 49320
          http://tug.org/svn/texlive?view=revision&revision=49320
Author:   kakuto
Date:     2018-12-05 00:50:12 +0100 (Wed, 05 Dec 2018)
Log Message:
-----------
correct #define

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/kpsewhich.c

Modified: trunk/Build/source/texk/kpathsea/kpsewhich.c
===================================================================
--- trunk/Build/source/texk/kpathsea/kpsewhich.c	2018-12-04 23:28:30 UTC (rev 49319)
+++ trunk/Build/source/texk/kpathsea/kpsewhich.c	2018-12-04 23:50:12 UTC (rev 49320)
@@ -767,7 +767,7 @@
 main (int argc,  string *argv)
 {
 #ifdef WIN32
-#define puts kpathsea_win32_puts
+#define puts(s) kpathsea_win32_puts(kpse, (s))
   string *av, enc;
   int ac;
 #endif /* WIN32 */



More information about the tex-live-commits mailing list