summaryrefslogtreecommitdiff
path: root/community/hq/hq-ia32.patch
blob: 07a924e0f564efb11f73b4154d03700e2f7873dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -rauN hq/main.cpp hq-ia32-patch/main.cpp
--- hq/main.cpp	2018-11-25 17:00:49.731669567 +0100
+++ hq-ia32-patch/main.cpp	2018-11-25 17:01:32.498826389 +0100
@@ -51,7 +51,7 @@
 static const string afmt_s = "\033[";
 static const string afmt_e = "m";
 static const vector<char> collapsible = {' ', '\t', '\n', '\r'};
-static const vector<unsigned long> breaking = {
+static const vector<myhtml_tag_id_t> breaking = {
   MyHTML_TAG_BR,
   MyHTML_TAG_P
 };