mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
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:
parent
6b1c0d81ea
commit
d9fde3de2b
10 changed files with 148 additions and 61 deletions
|
|
@ -257,6 +257,7 @@ void BlockStream::OpenInit(dword mode, int64 _filesize) {
|
|||
if(!buffer)
|
||||
SetBufferSize(4096);
|
||||
if(mode == APPEND) SeekEnd();
|
||||
ClearError();
|
||||
}
|
||||
|
||||
// ---------------------------- File stream -----------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue