texlive[41292] Build/source/texk/tex4htk: NULL rather than FALSE
commits+karl at tug.org
commits+karl at tug.org
Mon Jun 6 01:45:15 CEST 2016
Revision: 41292
http://tug.org/svn/texlive?view=revision&revision=41292
Author: karl
Date: 2016-06-06 01:45:15 +0200 (Mon, 06 Jun 2016)
Log Message:
-----------
NULL rather than FALSE (https://sourceforge.net/p/miktex/bugs/2488), from tex4ht r166
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=166
Modified Paths:
--------------
trunk/Build/source/texk/tex4htk/ChangeLog
trunk/Build/source/texk/tex4htk/tex4ht.c
Modified: trunk/Build/source/texk/tex4htk/ChangeLog
===================================================================
--- trunk/Build/source/texk/tex4htk/ChangeLog 2016-06-05 22:08:39 UTC (rev 41291)
+++ trunk/Build/source/texk/tex4htk/ChangeLog 2016-06-05 23:45:15 UTC (rev 41292)
@@ -1,3 +1,9 @@
+2016-05-22 Karl Berry <karl at freefriends.org>
+
+ * tex4ht-c.tex (search_file): return NULL rather than FALSE
+ to placate MiKTeX. Report from Mojca,
+ https://sourceforge.net/p/miktex/bugs/2488.
+
2015-02-16 Peter Breitenlohner <peb at mppmu.mpg.de>
* Makefile.am: Use the fragment ../../am/dist_hook.am.
Modified: trunk/Build/source/texk/tex4htk/tex4ht.c
===================================================================
--- trunk/Build/source/texk/tex4htk/tex4ht.c 2016-06-05 22:08:39 UTC (rev 41291)
+++ trunk/Build/source/texk/tex4htk/tex4ht.c 2016-06-05 23:45:15 UTC (rev 41292)
@@ -1,6 +1,6 @@
/* tex4ht.c (2012-07-25-19:36), generated from tex4ht-c.tex
- Copyright (C) 2009-2012 TeX Users Group
+ Copyright (C) 2009-2016 TeX Users Group
Copyright (C) 1996-2009 Eitan M. Gurari
%
@@ -3987,7 +3987,7 @@
str[i] = '\0';
return subs? search_file_ext( name, str, flags):
- FALSE;
+ NULL;
}
More information about the tex-live-commits
mailing list