[LyX/master] Amend(2) 689f26d2: Add default path to server pipe (cmake build)

Kornel Benko kornel at lyx.org
Sat Apr 18 09:47:50 UTC 2020


commit 88d83761890c8f37d6fa39862dfef1dfac651bdb
Author: Kornel Benko <kornel at lyx.org>
Date:   Sat Apr 18 12:07:04 2020 +0200

    Amend(2) 689f26d2: Add default path to server pipe (cmake build)
    
    Changing pipe-path to fit on Windows
    Corrected by Eugene
---
 development/win32/lyxrc.dist.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/development/win32/lyxrc.dist.in b/development/win32/lyxrc.dist.in
index 3ad3b41..9b923f1 100644
--- a/development/win32/lyxrc.dist.in
+++ b/development/win32/lyxrc.dist.in
@@ -12,5 +12,5 @@
 
 Format 25
 
-\serverpipe "$$User/.lyxpipe"
+\serverpipe "\\.\pipe\$$User\lyxpipe"
 


More information about the lyx-cvs mailing list