]> git.ipfire.org Git - thirdparty/squid.git/commit - src/main.cc
Fixed Windows-specific code in r15148. Polished r15148 code.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 25 May 2017 15:35:25 +0000 (09:35 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 25 May 2017 15:35:25 +0000 (09:35 -0600)
commit886e99cd0c4ab01ec9a32a8d388dea4ef12cda54
tree5f843b7217003f6ad1d8fa968edec8db751522e7
parent81e2e03b4224ff16e840aee8ea69b6504e0a5a17
Fixed Windows-specific code in r15148. Polished r15148 code.

The Windows-specific part of File::synchronize() missed a curly brace.
Besides breaking compilation on Windows, it broke non-Windows code
formatting (--ignore-all-space is advised when looking at this commit).

Also polished r15148 code without changing its functionality. These
polishing touches were meant to be done during r15148 commit.
src/base/File.cc
src/base/File.h
src/main.cc