summaryrefslogtreecommitdiff
path: root/textproc/htmltolatex/files/patch-CH2L.cpp
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-01-19 06:08:53 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-01-19 06:08:53 +0000
commitccd60242220f9f9215e0f0e2afd91e0a6034abab (patch)
tree105290e040e36a9e8c6d17439868bd9a5892af2b /textproc/htmltolatex/files/patch-CH2L.cpp
parentwww/waterfox: apply more FF58 fixes (diff)
textproc/htmltolatex: fix build on current
Notes
Notes: svn path=/head/; revision=459396
Diffstat (limited to 'textproc/htmltolatex/files/patch-CH2L.cpp')
-rw-r--r--textproc/htmltolatex/files/patch-CH2L.cpp13
1 files changed, 11 insertions, 2 deletions
diff --git a/textproc/htmltolatex/files/patch-CH2L.cpp b/textproc/htmltolatex/files/patch-CH2L.cpp
index 4ea26e4eeca1..4585cef9732d 100644
--- a/textproc/htmltolatex/files/patch-CH2L.cpp
+++ b/textproc/htmltolatex/files/patch-CH2L.cpp
@@ -1,5 +1,5 @@
---- CH2L.cpp.orig Sun Nov 11 21:03:19 2001
-+++ CH2L.cpp Fri Feb 21 03:08:09 2003
+--- CH2L.cpp.orig 2001-11-11 21:03:19.000000000 +0100
++++ CH2L.cpp 2018-01-19 07:07:05.786197000 +0100
@@ -18,6 +18,9 @@
* Boston, MA 02111-1307, USA.
*
@@ -45,3 +45,12 @@
{
bool did_something = false;
bool alignment_changed = false;
+@@ -3945,7 +3947,7 @@
+
+ mTableDimensionsFileName = tsp;
+ mTableDimensionsFile.open(tsp.c_str());
+- return mTableDimensionsFile;
++ return true;
+ }
+ else
+ {