1 --- src/search.c.orig 2008-11-07 00:38:18.000000000 +0100
2 +++ src/search.c 2011-06-07 00:50:51.000000000 +0100
14 pcLADSPAPath = getenv("LADSPA_PATH");
17 - "Warning: You do not have a LADSPA_PATH "
18 - "environment variable set.\n");
20 + pcStart = "/usr/lib32/ladspa/";
22 + pcStart = pcLADSPAPath;
25 - pcStart = pcLADSPAPath;
26 while (*pcStart != '\0') {
28 while (*pcEnd != ':' && *pcEnd != '\0')