From: Iain Patterson Date: Sat, 25 Jan 2014 11:22:11 +0000 (+0000) Subject: Fixed CreateFile() flags when opening log files. X-Git-Tag: v2.22~38 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=ba4831e5eb179e415282a957604f039bceb4804f;hp=ba4831e5eb179e415282a957604f039bceb4804f;p=nssm.git Fixed CreateFile() flags when opening log files. Opening a file with FILE_APPEND_DATA access is not appropriate when not truncating existing files or opening new files. Redirected I/O would be buffered and output would not be immediately visible to readers. ---