index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-09 16:00:12 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-09 16:00:12 +0200 |
commit | bb5ec79bf38d91a08448fcdbca991a2c005711ce (patch) | |
tree | c97fecc7e7db4736a3581e985a6ccc1ef5296ed0 /community/hq/hq-ia32.patch | |
parent | 42a0039782403aa0cda8619a86eb340f677f452c (diff) |
-rw-r--r-- | community/hq/hq-ia32.patch | 12 |
diff --git a/community/hq/hq-ia32.patch b/community/hq/hq-ia32.patch deleted file mode 100644 index 07a924e0..00000000 --- a/community/hq/hq-ia32.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 - }; |