Merge lp:~zorba-coders/zorba/bug-1158052-read-pdf into lp:zorba/read-pdf-module

Proposed by Paul J. Lucas
Status: Merged
Merged at revision: 23
Proposed branch: lp:~zorba-coders/zorba/bug-1158052-read-pdf
Merge into: lp:zorba/read-pdf-module
Diff against target: 19 lines (+4/-1)
1 file modified
src/read-pdf.xq.src/read-pdf.cpp (+4/-1)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1158052-read-pdf
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Paul J. Lucas Approve
Review via email: mp+170949@code.launchpad.net

Commit message

Corresponding changes for bug #1158052.

Description of the change

Corresponding changes for bug #1158052.

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded - proposal merged!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/read-pdf.xq.src/read-pdf.cpp'
2--- src/read-pdf.xq.src/read-pdf.cpp 2013-06-12 14:01:46 +0000
3+++ src/read-pdf.xq.src/read-pdf.cpp 2013-06-22 13:16:27 +0000
4@@ -537,7 +537,8 @@
5 std::stringstream* ss = osCreator->getSS(i);
6 std::string ssString = ss->str();
7 vec.push_back(
8- itemFactory->createBase64Binary((const unsigned char*)ssString.c_str(), ssString.size()));
9+ itemFactory->createBase64Binary(ssString.c_str(), ssString.size(), false)
10+ );
11 }
12
13 osCreator->close(env);
14@@ -876,3 +877,5 @@
15 {
16 return new zorba::readpdf::ReadPdfModule();
17 }
18+
19+/* vim:set et sw=2 ts=2: */

Subscribers

People subscribed via source and target branches

to all changes: