https://bz.apache.org/ooo/show_bug.cgi?id=61277

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Latest|---                         |4.2.0-dev
    Confirmation on|                            |
             Status|ACCEPTED                    |RESOLVED
           Keywords|                            |data_loss
   Target Milestone|---                         |4.2.0
         Resolution|---                         |FIXED

--- Comment #7 from [email protected] ---
Fixed by commit 1712377:

#i61277# Basic open file with random access erases all data.
StarBasic tries to emulate truncation of files opened for writing
by deleting them before opening them (if they exist). However there
are exclusion to the truncation behaviour when the file is opened
in append mode or is a binary file. Another exclusion - that was
missing with disasterous consequences - is that the file should
not be truncated when opened in random access mode.

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to