connectivity/source/drivers/firebird/Blob.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8abda0217dcdfc45fc0f7e74a37d048c5fda395f Author: Tamas Bunth <tamas.bu...@collabora.co.uk> Date: Sat Dec 9 15:34:33 2017 +0100 Firebird: check isc_blob_info error Change-Id: I398bf195a8cfebe081fd3034d6c539b02aaf6d73 Reviewed-on: https://gerrit.libreoffice.org/46148 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/connectivity/source/drivers/firebird/Blob.cxx b/connectivity/source/drivers/firebird/Blob.cxx index 0cd5697992fd..d7e3ac40f016 100644 --- a/connectivity/source/drivers/firebird/Blob.cxx +++ b/connectivity/source/drivers/firebird/Blob.cxx @@ -74,7 +74,7 @@ void Blob::ensureBlobIsOpened() }; char aResultBuffer[20]; - isc_blob_info(m_statusVector, + aErr = isc_blob_info(m_statusVector, &m_blobHandle, sizeof(aBlobItems), aBlobItems, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits