Skip to content
Snippets Groups Projects
Commit bcbd5e1d authored by Ivica Ico Bukvic's avatar Ivica Ico Bukvic
Browse files

nope, this is the final fix for the pd~ regression...

parent b631c45c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment