From bcbd5e1da9b319a2035cf0dcd80480c2cd196de0 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon.(none)> Date: Sat, 26 Jan 2013 13:06:56 -0500 Subject: [PATCH] nope, this is the final fix for the pd~ regression... --- pd/src/s_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pd/src/s_main.c b/pd/src/s_main.c index 80c22ff60..6fa1d02da 100644 --- a/pd/src/s_main.c +++ b/pd/src/s_main.c @@ -452,8 +452,8 @@ void sys_findprogdir(char *progname) #endif #ifdef INSTALL_PREFIX strcpy(sbuf2, INSTALL_PREFIX); -#else - strcpy(sbuf2, "."); +//#else +// strcpy(sbuf2, "."); #endif /*lastslash = strrchr(sbuf, '/'); if (!strcmp(sbuf2, "") && lastslash) -- GitLab