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:
Angus Leeming 2002-10-31 13:55:56 +00:00
parent 94ef869a79
commit 23c5fe9f30

View File

@ -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) {