From 92e80a6a2e161e6fc5e31c5ac62af3e2d90136e7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 30 Jul 2008 01:08:35 +0000 Subject: Fix crash on ingen -e. Rename ingen:name to ingen:symbol to match LV2's name of the same thing (and not step on a future doap:name). git-svn-id: http://svn.drobilla.net/lad/ingen@1310 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingen/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/progs') diff --git a/src/progs/ingen/main.cpp b/src/progs/ingen/main.cpp index a589b46b..299a6595 100644 --- a/src/progs/ingen/main.cpp +++ b/src/progs/ingen/main.cpp @@ -129,7 +129,7 @@ main(int argc, char** argv) } /* If we don't have a local engine interface (for GUI), use OSC */ - if ( ! engine_interface) { + if (client_module && ! engine_interface) { SharedPtr (*new_osc_interface)(const std::string&) = NULL; if (client_module->get_symbol("new_osc_interface", (void*&)new_osc_interface)) { -- cgit v1.2.1