From 87310efce145222becd0ceebd7e401ec42382f53 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Wed, 31 Mar 2021 19:29:53 +0200 Subject: [PATCH] mingw64: fix another 64 bit issue. --- pd/src/s_inter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c index a712dba3a..3ee486e46 100644 --- a/pd/src/s_inter.c +++ b/pd/src/s_inter.c @@ -1574,7 +1574,7 @@ int sys_startgui(const char *guidir) portbuf, "localhost", (sys_k12_mode ? "pd-l2ork-k12" : "pd-l2ork"), - scriptbuf, pd_this_string, 0); + scriptbuf, pd_this_string, NULL); if (spawnret < 0) { perror("spawnl"); -- GitLab