summaryrefslogtreecommitdiff
path: root/external/libabw/libabw-0.0.1-stdstringfromnull.patch.1
blob: fccaa8ee21735368ed11141b236c078bba583aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/lib/ABWContentCollector.cpp
+++ b/src/lib/ABWContentCollector.cpp
@@ -643,7 +643,7 @@ void libabw::ABWContentCollector::collectHeaderFooter(const char *id, const char
   if (!type)
     m_ps->m_currentHeaderFooterId = -1;
 
-  std::string sType(type);
+  std::string sType(type ? type : "");
   boost::trim(sType);
   std::vector<std::string> strVec;
   boost::algorithm::split(strVec, sType, boost::is_any_of("-"), boost::token_compress_on);