mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
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:
parent
8ff5ef68ac
commit
9755da5440
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user