Lars Gullik Bj?nnes wrote:
> | diff --git a/src/Server.cpp b/src/Server.cpp
> | index 7ec096e..b4a0d11 100644
> | --- a/src/Server.cpp
> | +++ b/src/Server.cpp
> | @@ -1010,12 +1010,16 @@ bool LyXComm::loadFilesInOtherInstance()
> |             // Wait a while to allow time for the other
> |             // instance to reset the connection
> |             Sleep::millisec(200);
> | -           pipefd = ::open(pipe.toFilesystemEncoding().c_str(), O_WRONLY);
> | +           pipefd = ::open(pipe.toFilesystemEncoding().data(), O_WRONLY);
> 
> This is wrong.

I wonder what is the need to fix such thing in branch. For improving the code
we have trunk. Branch should remain as stable as possible, so unless we fix some
real bug, its just asking for regressions without good reason. Pavel

Reply via email to