From a62e53830c95eb3db5976232d3375add94749896 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Wed, 5 Dec 2012 06:05:58 +0100 Subject: stylistic: use sal_Int8 rather than char for binary data Change-Id: Ic3c7d8d2a27e1835513790523ddd3bdc8f7c2101 --- connectivity/source/drivers/odbcbase/OTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/source/drivers/odbcbase/OTools.cxx') diff --git a/connectivity/source/drivers/odbcbase/OTools.cxx b/connectivity/source/drivers/odbcbase/OTools.cxx index 7c2630ec57c8..853315286969 100644 --- a/connectivity/source/drivers/odbcbase/OTools.cxx +++ b/connectivity/source/drivers/odbcbase/OTools.cxx @@ -358,7 +358,7 @@ Sequence OTools::getBytesValue(const OConnection* _pConnection, const Reference< XInterface >& _xInterface) throw(SQLException, RuntimeException) { RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "odbc", "Ocke.Janssen@sun.com", "OTools::getBytesValue" ); - char aCharArray[2048]; + sal_Int8 aCharArray[2048]; // First try to fetch the data with the little Buffer: SQLLEN nMaxLen = sizeof aCharArray - 1; // GETDATA(SQL_C_CHAR,aCharArray,nMaxLen); -- cgit v1.2.3