summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/otps/win32/mkocp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/otps/win32/mkocp.c')
-rw-r--r--Build/source/texk/web2c/otps/win32/mkocp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/otps/win32/mkocp.c b/Build/source/texk/web2c/otps/win32/mkocp.c
index dceb3ecab06..595ea346d31 100644
--- a/Build/source/texk/web2c/otps/win32/mkocp.c
+++ b/Build/source/texk/web2c/otps/win32/mkocp.c
@@ -50,7 +50,7 @@ int main(int ac, char **av)
/* COMMAND */
- spawnlp(_P_WAIT, "otp2ocp", "otp2ocp", name, NULL);
+ _spawnlp(_P_WAIT, "otp2ocp", "otp2ocp", name, NULL);
/* END COMMAND */