From c3631e70c70086539dd271322c413096417a0c1c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 4 Oct 2007 01:55:16 +0000 Subject: Stripped some old useless #if 0'd out code. Switch back to looking in ~/.lv2 for user bundles 'cause larsl said so. git-svn-id: http://svn.drobilla.net/lad/slv2@822 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.c') diff --git a/src/world.c b/src/world.c index 4b832b7..e19d359 100644 --- a/src/world.c +++ b/src/world.c @@ -448,7 +448,7 @@ slv2_world_load_all(SLV2World world) } else { const char* const home = getenv("HOME"); if (home) { - const char* const suffix = "/.lv2/bundles:/usr/local/lib/lv2:/usr/lib/lv2"; + const char* const suffix = "/.lv2:/usr/local/lib/lv2:/usr/lib/lv2"; lv2_path = slv2_strjoin(home, suffix, NULL); } else { lv2_path = strdup("/usr/local/lib/lv2:/usr/lib/lv2"); -- cgit v1.2.1