comparison plugin/RealTimePluginFactory.cpp @ 608:d7f3dfe6f9a4

* solaris build fixes
author Chris Cannam
date Thu, 10 Sep 2009 18:44:45 +0000
parents 115f60df1e4d
children 06f13a3b9e9e
comparison
equal deleted inserted replaced
607:a67651386253 608:d7f3dfe6f9a4
127 127
128 factory = instance("ladspa"); 128 factory = instance("ladspa");
129 if (factory) factory->enumeratePlugins(list); 129 if (factory) factory->enumeratePlugins(list);
130 130
131 // Plugins can change the locale, revert it to default. 131 // Plugins can change the locale, revert it to default.
132 setlocale(LC_ALL, "C"); 132 RestoreStartupLocale();
133 } 133 }
134 134