~ubuntu-branches/ubuntu/vivid/ladspa-sdk/vivid

« back to all changes in this revision

Viewing changes to src/search.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Michlmayr
  • Date: 2006-05-27 13:49:24 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060527134924-c6564w01460f2prz
Tags: 1.1-4.1
* NMU as part of the GCC 4.1 transition.
* patches/03_gcc41.dpatch: add patch from Ben Hutchings to declare friend
  functions (closes: #355989)

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
 
100
100
  pcLADSPAPath = getenv("LADSPA_PATH");
101
101
  if (!pcLADSPAPath) {
102
 
    pcLADSPAPath="/usr/lib/ladspa/";
103
102
    fprintf(stderr,
104
103
            "Warning: You do not have a LADSPA_PATH "
105
104
            "environment variable set.\n");
 
105
    return;
106
106
  }
107
107
  
108
108
  pcStart = pcLADSPAPath;