ide: In Posix, ide now handles non-owned files and symlinks differently #230

git-svn-id: svn://ultimatepp.org/upp/trunk@6922 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-02-16 13:51:30 +00:00
parent 6b1c0d81ea
commit d9fde3de2b
10 changed files with 148 additions and 61 deletions

View file

@ -257,6 +257,7 @@ void BlockStream::OpenInit(dword mode, int64 _filesize) {
if(!buffer)
SetBufferSize(4096);
if(mode == APPEND) SeekEnd();
ClearError();
}
// ---------------------------- File stream -----------------------------