mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Except for OS/2...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5566 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
94ef869a79
commit
23c5fe9f30
@ -268,7 +268,7 @@ int Forkedcall::generateChild()
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
pid_t const cpid = spawnvp(P_SESSION|P_DEFAULT|P_MINIMIZE|P_BACKGROUND,
|
pid_t const cpid = spawnvp(P_SESSION|P_DEFAULT|P_MINIMIZE|P_BACKGROUND,
|
||||||
syscmd, argv);
|
argv[0], argv);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (cpid < 0) {
|
if (cpid < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user