summaryrefslogtreecommitdiffstats
path: root/redhat/extras/htdig/patches/drop-bogus-assignment
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2022-11-06 11:46:08 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2022-11-06 11:46:42 +0100
commita6ebd51a1a94620586a032f3191380e971a83e20 (patch)
treee9a587e51c296a322c4aa8459088c108bc68bfca /redhat/extras/htdig/patches/drop-bogus-assignment
parent0efff2a27d4255f27d967351ee52089b5d9c39c1 (diff)
downloadtde-packaging-a6ebd51a1a94620586a032f3191380e971a83e20.tar.gz
tde-packaging-a6ebd51a1a94620586a032f3191380e971a83e20.zip
RPM: updates for TDE R14.0.13
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/extras/htdig/patches/drop-bogus-assignment')
-rw-r--r--redhat/extras/htdig/patches/drop-bogus-assignment16
1 files changed, 16 insertions, 0 deletions
diff --git a/redhat/extras/htdig/patches/drop-bogus-assignment b/redhat/extras/htdig/patches/drop-bogus-assignment
new file mode 100644
index 000000000..2328280e3
--- /dev/null
+++ b/redhat/extras/htdig/patches/drop-bogus-assignment
@@ -0,0 +1,16 @@
+--- htdig-3.2.0b6.orig/htdig/Parsable.cc
++++ htdig-3.2.0b6/htdig/Parsable.cc
+@@ -74,7 +74,6 @@ Parsable::addString(Retriever& retriever
+ retriever.got_word(w, wordindex++, slot); // slot for img_alt
+ w = HtWordToken(0);
+ }
+- w = '\0';
+ }
+
+ //*****************************************************************************
+@@ -92,5 +91,4 @@ Parsable::addKeywordString(Retriever& re
+ retriever.got_word(w, wordindex++, 9);
+ w = HtWordToken(0);
+ }
+- w = '\0';
+ }