summaryrefslogtreecommitdiff
path: root/external/libabw/libabw-0.0.1-stdstringfromnull.patch.1
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-02-10 16:05:56 +0100
committerDavid Tardon <dtardon@redhat.com>2014-02-10 16:12:50 +0100
commitbaa84c47a1637898560162ef5d24530eef81b10d (patch)
tree4ee45e16d08ed04fc07dad78f910dcaf3762d1eb /external/libabw/libabw-0.0.1-stdstringfromnull.patch.1
parent4ff56fd1fa6f0ad2501274086a03d51a0e9cf03f (diff)
upload libabw 0.0.2
Change-Id: I2b73c5546e767030344f787efb9a9cafa9635ad3
Diffstat (limited to 'external/libabw/libabw-0.0.1-stdstringfromnull.patch.1')
-rw-r--r--external/libabw/libabw-0.0.1-stdstringfromnull.patch.111
1 files changed, 0 insertions, 11 deletions
diff --git a/external/libabw/libabw-0.0.1-stdstringfromnull.patch.1 b/external/libabw/libabw-0.0.1-stdstringfromnull.patch.1
deleted file mode 100644
index fccaa8ee2173..000000000000
--- a/external/libabw/libabw-0.0.1-stdstringfromnull.patch.1
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);