Changed symlink processing to new application name. Now the function will try for libreoffice in the PATH, instead of soffice.
This commit is contained in:
committed by
Fridrich Štrba
parent
d390f12bcd
commit
c22e9dd070
@@ -126,7 +126,7 @@ static char* platformSpecific()
|
||||
const int SEPARATOR = '/';
|
||||
const char* PATHSEPARATOR = ":";
|
||||
const char* PATHVARNAME = "PATH";
|
||||
const char* APPENDIX = "/soffice";
|
||||
const char* APPENDIX = "/libreoffice";
|
||||
|
||||
char* path = NULL;
|
||||
char* env = NULL;
|
||||
|
Reference in New Issue
Block a user