• Damjan Jovanovic's avatar
    Resolves: #i61277# Basic open file with random access erases all data. · 42a63dd0
    Damjan Jovanovic yazdı
    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.
    
    (cherry picked from commit 72b2f07c)
    
    Change-Id: Ic0053039ce5fd67ad42bf5332ae301d83f1a158d
    42a63dd0
Adı
Son kayıt (commit)
Son güncelleme
..
inc Loading commit data...
qa Loading commit data...
source Loading commit data...
util Loading commit data...
AllLangResTarget_sb.mk Loading commit data...
CppunitTest_basic_coverage.mk Loading commit data...
CppunitTest_basic_enable.mk Loading commit data...
CppunitTest_basic_nested_struct.mk Loading commit data...
CppunitTest_basic_scanner.mk Loading commit data...
CppunitTest_basic_vba.mk Loading commit data...
Library_sb.mk Loading commit data...
Makefile Loading commit data...
Module_basic.mk Loading commit data...
README Loading commit data...