Change back to 32 bit (which is hopefully right).
This commit is contained in:
parent
3c7ad92d43
commit
2fbefa3d30
1 changed files with 1 additions and 1 deletions
|
@ -1311,7 +1311,7 @@ sal_Bool ODbaseTable::CreateFile(const INetURLObject& aFile, sal_Bool& bCreateMe
|
|||
|
||||
(*m_pFileStream) << cTyp;
|
||||
if ( nDbaseType == VisualFoxPro )
|
||||
(*m_pFileStream) << sal_uInt16(nRecLength-1);
|
||||
(*m_pFileStream) << sal_uInt32(nRecLength-1);
|
||||
else
|
||||
m_pFileStream->Write(aBuffer, 4);
|
||||
|
||||
|
|
Loading…
Reference in a new issue