Tag: cws_dev300_dba31c
User: fs      
Date: 2008-09-10 12:35:18+0000
Modified:
   dba/connectivity/source/drivers/file/FResultSet.cxx

Log:
 #i92638# readSomeBytes is actually wrong, since it's allowed to return before 
EOF - use readBytes instead

File Changes:

Directory: /dba/connectivity/source/drivers/file/
=================================================

File [changed]: FResultSet.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FResultSet.cxx?r1=1.102&r2=1.102.38.1
Delta lines:  +3 -3
-------------------
--- FResultSet.cxx      2008-06-06 13:22:12+0000        1.102
+++ FResultSet.cxx      2008-09-10 12:35:15+0000        1.102.38.1
@@ -7,7 +7,7 @@
  * OpenOffice.org - a multi-platform office productivity suite
  *
  * $RCSfile: FResultSet.cxx,v $
- * $Revision: 1.102 $
+ * $Revision: 1.102.38.1 $
  *
  * This file is part of OpenOffice.org.
  *
@@ -772,7 +772,7 @@
                ::dbtools::throwFunctionSequenceException(*this);
 
        Sequence<sal_Int8> aSeq;
-       x->readSomeBytes(aSeq,length);
+       x->readBytes(aSeq,length);
        updateValue(columnIndex,aSeq);
 }
 // -------------------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to