We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02eabad commit d2f2475Copy full SHA for d2f2475
Makefile
@@ -232,7 +232,7 @@ build/lib/libzim.a : build/lib/liblzma.so build/lib/libz.a build/lib/libzstd.a b
232
233
@echo "=== APPLYING SUGGESTION ITERATOR DIAGNOSTIC PATCHES ==="
234
# Add iostream header for debug output to suggestion_iterator.cpp
235
- sed -i '/#include "suggestion_iterator.h"/a #include <iostream>' libzim-9.3.0/src/suggestion_iterator.cpp
+ sed -i '/#include <stdexcept>/a #include <iostream>' libzim-9.3.0/src/suggestion_iterator.cpp
236
237
# Replace the simple getIndexSnippet method with a diagnostic version
238
sed -i '/^std::string SuggestionIterator::getIndexSnippet() const {$$/,/^}$$/c\
0 commit comments