• Max Kellermann's avatar
    fs/io/FileOutputStream: don't auto-delete file on WIN32 · d38034bb
    Max Kellermann authored
    The file handle is never reset to INVALID_HANDLE_VALUE, and thus the
    destructor will assume the operation shall be cancelled and will
    delete the temporary file.
    
    This was a major breakage for saving the database file and the state
    file.
    d38034bb
Name
Last commit
Last update
..
AutoGunzipReader.cxx Loading commit data...
AutoGunzipReader.hxx Loading commit data...
BufferedOutputStream.cxx Loading commit data...
BufferedOutputStream.hxx Loading commit data...
BufferedReader.cxx Loading commit data...
BufferedReader.hxx Loading commit data...
FileOutputStream.cxx Loading commit data...
FileOutputStream.hxx Loading commit data...
FileReader.cxx Loading commit data...
FileReader.hxx Loading commit data...
GunzipReader.cxx Loading commit data...
GunzipReader.hxx Loading commit data...
GzipOutputStream.cxx Loading commit data...
GzipOutputStream.hxx Loading commit data...
OutputStream.hxx Loading commit data...
PeekReader.cxx Loading commit data...
PeekReader.hxx Loading commit data...
Reader.hxx Loading commit data...
StdioOutputStream.hxx Loading commit data...
TextFile.cxx Loading commit data...
TextFile.hxx Loading commit data...