]> git.pld-linux.org Git - packages/htmldoc.git/commitdiff
- add missing patch
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 18 Oct 2021 22:40:40 +0000 (00:40 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 18 Oct 2021 22:40:40 +0000 (00:40 +0200)
gcc11.patch [new file with mode: 0644]

diff --git a/gcc11.patch b/gcc11.patch
new file mode 100644 (file)
index 0000000..f7bfa6d
--- /dev/null
@@ -0,0 +1,11 @@
+--- htmldoc-1.8.27/htmldoc/htmlsep.cxx~        2006-05-31 17:27:28.000000000 +0200
++++ htmldoc-1.8.27/htmldoc/htmlsep.cxx 2021-10-19 00:40:19.312028523 +0200
+@@ -536,7 +536,7 @@
+     if (t->markup >= MARKUP_H1 && t->markup < (MARKUP_H1 + TocLevels) &&
+         htmlGetVariable(t, (uchar *)"_HD_OMIT_TOC") == NULL)
+     {
+-      if (heading >= 0)
++      if (heading != 0)
+         write_footer(out, *heading);
+       (*heading) ++;
This page took 0.296826 seconds and 4 git commands to generate.