Kaydet (Commit) 2fbefa3d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Change back to 32 bit (which is hopefully right).

üst 3c7ad92d
......@@ -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);
......
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