From b065cddb0ab014611f9f7f48b26295cd1e3e1046 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 30 Jan 2014 06:09:29 +0100 Subject: TODO comment Change-Id: I3df4810534d64bb7f546cc18124edb6ebf3a147d --- connectivity/source/drivers/firebird/PreparedStatement.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'connectivity') diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx index 1be05f7c507a..cd53fcb2f6f5 100644 --- a/connectivity/source/drivers/firebird/PreparedStatement.cxx +++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx @@ -492,6 +492,7 @@ void SAL_CALL OPreparedStatement::setBlob(sal_Int32 nParameterIndex, openBlobForWriting(aBlobHandle, aBlobId); // Max segment size is 2^16 == SAL_MAX_UINT16 + // LEM TODO: SAL_MAX_UINT16 is 2^16-1; this mixup is probably innocuous; to be checked sal_uInt64 nDataWritten = 0; ISC_STATUS aErr = 0; while (xBlob->length() - nDataWritten > 0) -- cgit