From 94761c7649a2a2bc54116de9c4ca717530911d4d Mon Sep 17 00:00:00 2001
From: Sojourner Truth <jon.w.wilkes@gmail.com>
Date: Mon, 27 Jun 2016 19:36:13 -0400
Subject: [PATCH] fix nw.js path kludge that was accidentally added in last
 commit

---
 pd/src/s_inter.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/src/s_inter.c b/pd/src/s_inter.c
index 114a07076..41d055084 100644
--- a/pd/src/s_inter.c
+++ b/pd/src/s_inter.c
@@ -1349,8 +1349,8 @@ fprintf(stderr, "guidir is %s\n", guidir);
             sprintf(cmdbuf,
                 "%s/nw/nw %s %d localhost %s %s\n",
                 guidir,
-//                guidir,
-                "/home/user/purr-data/pd/nw",
+                guidir,
+//                "/home/user/purr-data/pd/nw",
                 portno,
                 (sys_k12_mode ? "pd-l2ork-k12" : "pd-l2ork"),
                 guidir);
-- 
GitLab