Kaydet (Commit) 4f94de16 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fixup

Change-Id: I579dd5fc6c71ac9dad2de622e9125b399f3e160e
üst f365b6f5
......@@ -479,7 +479,7 @@ void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x
void SAL_CALL OPreparedStatement::setNull( sal_Int32 parameterIndex, const sal_Int32 _nType ) throw(SQLException, RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
setParameterPre(paramterIndex):
setParameterPre(parameterIndex);
OSL_VERIFY(allocBindBuf(parameterIndex, 0) == NULL);
SQLLEN * const lenBuf = getLengthBuf (parameterIndex);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment