File: 0005-tidy-buffio-header-rename.patch

package info (click to toggle)
xqilla 2.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, sid
  • size: 47,028 kB
  • sloc: cpp: 72,838; ansic: 21,322; sh: 10,157; yacc: 4,806; xml: 4,575; makefile: 1,071; lex: 800; sed: 17
file content (22 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Tommi Vainikainen <tvainika@debian.org>
Date: Sat, 16 Jun 2018 12:39:57 +0300
Subject: Tidy renamed buffio header

Bug-Debian: https://bugs.debian.org/828937
---
 src/functions/FunctionParseHTML.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/functions/FunctionParseHTML.cpp b/src/functions/FunctionParseHTML.cpp
index 833d997..920895d 100644
--- a/src/functions/FunctionParseHTML.cpp
+++ b/src/functions/FunctionParseHTML.cpp
@@ -30,7 +30,7 @@
 
 #ifdef HAVE_LIBTIDY
 #include <tidy.h>
-#include <buffio.h>
+#include <tidybuffio.h>
 #endif
 
 #include <xercesc/util/XMLString.hpp>