summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMojca Miklavec <mojca.miklavec@gmail.com>2016-09-27 22:00:35 +0000
committerMojca Miklavec <mojca.miklavec@gmail.com>2016-09-27 22:00:35 +0000
commitf26ebc5aa68c6383a4fded06f8fe859675e37ca0 (patch)
tree56b5177bbc03fce675a8f9fd2f2a2aea00f3db04
parent1d5079f3e349bfe5032ca7cbbfe040f2fe33039f (diff)
tex4ht.c: backport r41292 and r42110 from trunk
git-svn-id: svn://tug.org/texlive/branches/branch2016@42163 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/tex4htk/tex4ht.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/tex4htk/tex4ht.c b/Build/source/texk/tex4htk/tex4ht.c
index 325c0b64dc0..1c977156c1d 100644
--- a/Build/source/texk/tex4htk/tex4ht.c
+++ b/Build/source/texk/tex4htk/tex4ht.c
@@ -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 @@ if( (file = f_open(str, flags)) != NULL ){
str[i] = '\0';
return subs? search_file_ext( name, str, flags):
- FALSE;
+ NULL;
}
@@ -6809,8 +6809,8 @@ if( (i<4)
||
((ch !=
2
-) && (ch !=
-5
+) && (ch >
+10
))
) bad_dvi;