To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106422





------- Additional comments from lu...@openoffice.org Thu Oct 29 10:28:51 +0000 
2009 -------
When trying to figure out a patch I encountered in OTools::bindData case
SQL_VARBINARY this line

//      memcpy(_pData,pSeq->getConstArray(),pSeq->getLength());

just before the line that causes the problem

_pData = (sal_Int8*)((const ::com::sun::star::uno::Sequence< sal_Int8 > 
*)_pValue)->getConstArray();

The commented line seems to me the solution to the problem. Why was it commented
out??

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to