Comment on stderr issue.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32079 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-11-19 08:55:21 +00:00
parent 8ff5ef68ac
commit 9755da5440

View File

@ -646,6 +646,7 @@ void SVN::fileLock(bool lock, FileName const & tmpf, string &status)
+ " > " + quoteName(tmpf.toFilesystemEncoding()),
FileName(owner_->filePath()));
// Lock error messages go unfortunately on stderr and are unreachible this way.
ifstream ifs(tmpf.toFilesystemEncoding().c_str());
string line;
while (ifs) {