From f474772770bc26a15e5b5ad2e8ee28e4788bb4c3 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 17 Sep 2014 06:07:16 -0400 Subject: [PATCH] *backported vanilla patch http://sourceforge.net/p/pure-data/pure-data/ci/f535c339c99a74edb3920c2e630500df128b7d8f/ --- pd/src/s_path.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pd/src/s_path.c b/pd/src/s_path.c index e44a83c82..a082ae282 100644 --- a/pd/src/s_path.c +++ b/pd/src/s_path.c @@ -491,10 +491,10 @@ void open_via_helppath(const char *name, const char *dir) goto gotone; /* 3. "objectname.pd" */ - if ((fd = do_open_via_path(usedir, name, "", dirbuf, &basename, - MAXPDSTRING, 0, sys_helppath)) >= 0) - goto gotone; - post("sorry, couldn't find help patch for \"%s\"", name); + //if ((fd = do_open_via_path(usedir, name, "", dirbuf, &basename, + // MAXPDSTRING, 0, sys_helppath)) >= 0) + // goto gotone; + post("Sorry, couldn't find help patch for \"%s\"", name); return; gotone: close (fd); -- GitLab