Merge lp:~zorba-coders/zorba/bug-1158052-data-formatting into lp:zorba/data-formatting-module

Proposed by Paul J. Lucas
Status: Merged
Merged at revision: 45
Proposed branch: lp:~zorba-coders/zorba/bug-1158052-data-formatting
Merge into: lp:zorba/data-formatting-module
Diff against target: 14 lines (+2/-2)
1 file modified
src/com/zorba-xquery/www/modules/xsl-fo.xq.src/xslfo.cpp (+2/-2)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1158052-data-formatting
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Paul J. Lucas Approve
Review via email: mp+170944@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
=== modified file 'src/com/zorba-xquery/www/modules/xsl-fo.xq.src/xslfo.cpp'
--- src/com/zorba-xquery/www/modules/xsl-fo.xq.src/xslfo.cpp 2013-06-12 13:52:59 +0000
+++ src/com/zorba-xquery/www/modules/xsl-fo.xq.src/xslfo.cpp 2013-06-22 13:09:26 +0000
@@ -231,8 +231,8 @@
231231
232 std::string lBinaryString((const char*) dataElements, dataSize);232 std::string lBinaryString((const char*) dataElements, dataSize);
233 std::stringstream lStream(lBinaryString);233 std::stringstream lStream(lBinaryString);
234 String base64S = base64::encode(lStream);234 String base64S( base64::encode(lStream) );
235 Item lRes = theFactory->createBase64Binary(base64S.c_str(), base64S.length());235 Item lRes( theFactory->createBase64Binary(base64S.c_str(), base64S.length(), true) );
236 return ItemSequence_t(new SingletonItemSequence(lRes));236 return ItemSequence_t(new SingletonItemSequence(lRes));
237 } catch (zorba::jvm::VMOpenException&) {237 } catch (zorba::jvm::VMOpenException&) {
238 Item lQName = theFactory->createQName("http://www.zorba-xquery.com/modules/xsl-fo",238 Item lQName = theFactory->createQName("http://www.zorba-xquery.com/modules/xsl-fo",

Subscribers

People subscribed via source and target branches

to all changes: