only call fsync() on disk files, otherwise we get an error for pipes under Unix
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Sep 2005 23:34:07 +0000 (23:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Sep 2005 23:34:07 +0000 (23:34 +0000)
commit608a34bf5b95059789cda694a9b4257e282648e7
tree8c0695b009a36371d51eab61336977ad3e4b0f98
parent94dadb0a8e9436ec12b6831c5fc8cbc9ab9133e5
only call fsync() on disk files, otherwise we get an error for pipes under Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/file.cpp