[Libreoffice-commits] core.git: connectivity/source
Tamas Bunth
tamas.bunth at collabora.co.uk
Sat Dec 9 17:02:12 UTC 2017
connectivity/source/drivers/firebird/Blob.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8abda0217dcdfc45fc0f7e74a37d048c5fda395f
Author: Tamas Bunth <tamas.bunth at 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 <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at 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,
More information about the Libreoffice-commits
mailing list